Hi All! Lets say that i need to have all the users entered data encrypted in my db and i am doing it...
Laravel 5. I have 3 related tables. **Posts** user_id ... ... **Users** id ... ... **Tags** id nam...
I have my routes.php as follows: <?php $approutes =function (){ Route::group(['middleware' =...
I want to create some api controllers with a separate routing in an existing Laravel 5 application....
Do i? Lets say that my db is going to be well maintained by one person (me) and that no other applic...
thanks I got it. Also this is the official collective site: http://laravelcollective.com/
I believe that you should make the category_id filed unsinged as per documentation $table->intege...
So i wil have to replace 'Illuminate\Html\HtmlServiceProvider', and 'Form' => 'Illuminate\Ht...
The Laravel portal for problem solving, knowledge sharing and community building.
The community