Stack Overflow Asked by VLDCNDN on October 8, 2020
after the installation of jetstream via composer composer require laravel/jetstream
then suddenly get an ErrorException that there’s no such file or directory.
Writing lock file
Generating optimized autoload files
> IlluminateFoundationComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
ErrorException
require(F:laravelAppstest_projvendorlaraveljetstreamsrc/../routes/.php): failed to open stream: No such file or directory
at F:laravelAppstest_projvendorlaravelframeworksrcIlluminateSupportServiceProvider.php:144
140▕ */
141▕ protected function loadRoutesFrom($path)
142▕ {
143▕ if (! ($this->app instanceof CachesRoutes && $this->app->routesAreCached())) {
➜ 144▕ require $path;
145▕ }
146▕ }
147▕
148▕ /**
1 F:laravelAppstest_projvendorlaravelframeworksrcIlluminateSupportServiceProvider.php:144
require()
2 F:laravelAppstest_projvendorlaraveljetstreamsrcJetstreamServiceProvider.php:172
IlluminateSupportServiceProvider::loadRoutesFrom("F:laravelAppstest_projvendorlaraveljetstreamsrc/../routes/.php")
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
Installation failed, reverting ./composer.json to its original content.
I use this guideline for the installation.
https://jetstream.laravel.com/1.x/installation.html
I tried to delete the vendor and run composer update
doesn’t work
tried to cache clear but still doesn’t work.
Remove jetstream from composer
composer remove laravel/jetstream
Then you should be able to cache your routes using
php artisan route:cache
Then install jetstream
composer require laravel/jetstream
Correct answer by Expired Brain on October 8, 2020
UPDATE:
You just need to run php artisan route:cache
Answered by VLDCNDN on October 8, 2020
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP