Hi again, seem i have found a solution by not using composer update and adding a line to the file app\start\global.php. I guess i lose a bit of speed but i can't find any better.
ClassLoader::addDirectories(array(
app_path().'/commands',
app_path().'/controllers',
app_path().'/models',
app_path().'/database/seeds',
app_path().'/lib', //<== that specific one
));
If you have any better option you may still tell me ;)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community