I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...
http://laravel.com/api/source-class-Illuminate.Auth.Guard.html#102-142
If you look at Guards user method you'll see that if you call user() it will hit the database the fi...
100 tables planned from the beginning is a lot. If you have designed your schema correctly then I as...
Carenza said: It has no real autoloading, every time you change something you have to run "Co...
The Laravel portal for problem solving, knowledge sharing and community building.