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

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 ;)

0

Sign in to participate in this thread!

Eventy

Your banner here too?

TLevasseur tlevasseur Joined 11 Jun 2015

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.