-
Notifications
You must be signed in to change notification settings - Fork 843
Closed
Description
- Jetstream Version: 1.1.2
- Jetstream Stack: Inertia
- Laravel Version: 8.1.0
- PHP Version: 7.4.4
- Database Driver & Version: MySQL Maria DB 10.4.11
Description:
When cloning a Laravel Jetstream application, and i run composer install it throw this error. Tried to delete vendor folder, update all dependencies, etc.
require(/mnt/c/code/projectname/vendor/laravel/jetstream/src/../routes/.php): failed to open stream: No such file or directory
at vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.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▕ /**
Steps To Reproduce:
- Clone a Laravel JetStream app
- Run
composer install
Metadata
Metadata
Assignees
Labels
No labels