Skip to content
Advertisement

Failed to install laravel/jetstream on laravel 8

after the installation of jetstream via composer composer require laravel/jetstream then suddenly get an ErrorException that there’s no such file or directory.

JavaScript

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.

Advertisement

Answer

Uncache your routes and try again.


  1. Remove jetstream from composer

    JavaScript
  2. Then you should be able to cache your routes using

    JavaScript
  3. Then install jetstream

    JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement