That tutorial is for Laravel 3 and probably you have installed Laravel 4. Enable debuging in app/config/app.php
'debug' => true
mejlo said:
That tutorial is for Laravel 3 and probably you have installed Laravel 4. Enable debuging in app/config/app.php
'debug' => true
Yes, I forgot to say that I use Laravel 4.2.8 .. So after I put debug to TRUE I get this error:
Call to undefined method Illuminate\Routing\Controller::detect()
So may be is better to find tutorials for version 4.x?
Yea you can better find tutorials for version 4.x since they changed a lot from 3 to 4!
Here is a good tutorial to start with: Laravel 4 Authentication
Yeah, I will start tuts for 4.x. Also I've read about this error Controller::detect() that this function has been removed in Laravel 4 because of inconsistent behavior with varying filesystems. Thank's for help!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community