If you used php -S or php artisan serve, you need to restart your php built in server after updating...
Check this out http://laravel.com/docs/5.0/validation#custom-validation-rules
Hi, I agree with jarektkaczyk that filtering results might affect performance. To avoid having multi...
Hi, Could you provide us a snippet of your stack trace, route, controller and view? This will help u...
how about ::count() $count = DB::table('users')->count(); if($count) { //true } else {...
The Laravel portal for problem solving, knowledge sharing and community building.