Hi, I've just installed the Laravel 5 dev-develop version. However, I only see one model, and that s...
Thanks for the response, @kaidesu. Now that I know it is a do-it-however-you-wish matter, I created...
The {{ ... }} is for echoing a variable, not for assigning something. You can put the DB::table('dat...
Hi, Instead of mass-assigning, leave the is_admin field out of the fillable array as you have alread...
Can you check your phpinfo() to make sure that the MySQL PDO extension is installed? Create a test.p...
Yes, but as I mentioned in my previous post, I'm wondering if there are any particular conventions a...
The Laravel portal for problem solving, knowledge sharing and community building.
The community