You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Crater without dev dependencies, running composer install --no-dev the install fails with the error
Class "Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider" not found
This is due to the fact that in config/app.php the service provider Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class is required, although (in my opinion) not needed for a production setup.
Expected behavior
The install should succeed without the need of dev dependencies.
Screenshots
Please complete the following information:
Crater version: Latest commit on master
PHP version: 8.1
The text was updated successfully, but these errors were encountered:
When installing Crater without dev dependencies, running
composer install --no-dev
the install fails with the errorThis is due to the fact that in
config/app.php
the service providerBarryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class
is required, although (in my opinion) not needed for a production setup.Expected behavior
The install should succeed without the need of dev dependencies.
Screenshots
Please complete the following information:
The text was updated successfully, but these errors were encountered: