Create a brand new Laravel Project with below command $ composer create-project laravel/laravel todo 4.2 –prefer-dist Configure Your Database Open config/database.php file and update it…
Leave a CommentTag: Laravel 4.x
The Collection class in Laravel is really awesome. In Laravel, Eloquent returns result in the collection object. The class contains a lot of handy methods…
Leave a Comment