Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.
0

It seems i forgot to add the new 'expire_on_close' => false, into the 'app/config/session.php' file.

Now, I'm getting this error: Class 'Illuminate\Routing\Controllers\Controller' not found

Appearently the Controller.php file has been moved to "Illuminate\Routing\Controller" and is no longer in it's own dir.

How can I fix this?...

Last updated 1 year ago.
0

Did you even read the upgrade guide? This is all documented.

http://laravel.com/docs/upgrade#upgrade-4.1

Make sure you click 4.1 in the upper right corner.

Last updated 1 year ago.
0

Hm, I'm gonna try it again, I probably missed some parts of the upgrade procedure.

Last updated 1 year ago.
0

Ok, I just did it. I'm still getting the same error "Class 'Illuminate\Routing\Controllers\Controller' not found".

I'm pretty sure I followed the upgrade guide completely.

Last updated 1 year ago.
0

YES!!! I fixed it. I was stupid enough to forget to change my app/config/local/app.php I just changed the app/config/*.php files, not for all my environments.

Perhaps the documentation should notify you to do the same in case other people forget, or maybe it's just me :P

Last updated 1 year ago.
0

What do you mean by... I just changed the app/config/*.php files, not for all my environments.?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

afflicto afflicto Joined 9 Mar 2014

Moderators

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.

© 2024 Laravel.io - All rights reserved.