Hi, Are you using the PHP built in server? The built in server supports a limited number of mime typ...
The best Presenter package out there - in my opinion - is 'Easy View Presenters' by the author of La...
if ( Auth::check()) { Route::get('/','AdminController@index'); } else { Route::get('/','HomeContro...
Joe96 said: Actually, i had some problems with auth attempt, so i just used auth login $auth = User...
Hi, Validation & error messages is very well documented: http://laravel.com/docs/validation You...
The Laravel portal for problem solving, knowledge sharing and community building.
The community