When I run the artisan optimize command, where is the compiled file generated ? In the vendor folder I can see an autoload.php file with this content:
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInitf2f13408c461424e06616c3f0abd4c35::getLoader();
but this the one generated by composer, what about the result of the artisan optimize command ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community