Posts by Apolônio Serafim • 56 points
2 posts
-
2
votes2
answers1613
viewsA: Laravel, foreach and database
First I advise you to insert in your Model the values that will be editable with the fillable parameter. Model (in the folder of your City.php app project) <?php namespace Cidades; use…
-
2
votes1
answer5249
viewsQ: How to use view variables in Laravel 5
I am developing a project of "loans" of things of a company and I am locked in a module of keys. So I don’t have much experience in the Laravel, so I came across the following situation: Database -…