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

Yeah, Taylor made some major changes in the past week or so. You might wanna go over them and update your files accordingly.

https://github.com/laravel/laravel/commits/develop

Last updated 1 year ago.
0

In my case I did the following: Open app/Providers/RouteServiceProvider.php and update the line 37 from:

$this->namespaced( function(Router $router) {
  //some stuff
}

to:

$this->namespaced("App\\Http\\Controllers", function(Router $router) {
  //same stuff
}

or according to the current directory structure if you changed it.

Last updated 1 year ago.
0

I have the same problem, config/namespace.php was remove, and I cannot access to the "namespace" config, and some packages also don't work with that change.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

gsyarov gsyarov Joined 29 Sep 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.