Support the ongoing development of Laravel.io →
damienadermann

damienadermann

Joined 3 Apr 2014

Statistics

Threads 1
Replies 67
Solutions 10
Articles 0
posted 11 years ago

Valid route throwing 404

I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...

0 Likes
2 Replies
Solved
replied 11 years ago

Class not found. Strange error.

Have you tried composer dump-autoload?

0 Likes
Solved
replied 11 years ago

Does Auth::user() create a database query each time I use it?

http://laravel.com/api/source-class-Illuminate.Auth.Guard.html#102-142

0 Likes
replied 11 years ago

Does Auth::user() create a database query each time I use it?

If you look at Guards user method you'll see that if you call user() it will hit the database the fi...

0 Likes
replied 11 years ago

Application Structure

100 tables planned from the beginning is a lot. If you have designed your schema correctly then I as...

0 Likes
replied 11 years ago

Is Laravel too complicated for beginners?

Carenza said: It has no real autoloading, every time you change something you have to run "Co...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.