If you're using php artisan serve to serve up your local site, you need to restart it (hit CTRL+C or...
The best way to do this is make use of Middleware. Jeffrey Way made a great lesson about middleware...
yervandbag liked this reply
+1, the mods should really consider this. Or hire more mods to get rid of the spam threads as quickl...
You can use response()->download($pathToFile) for that: http://laravel.com/docs/master/responses#...
As you can see in ABDELRHMAN's comment, the second parameter for Form::text() should be the actual v...
The Laravel portal for problem solving, knowledge sharing and community building.
The community