-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Please complete the following information:
- Crater version: Latest commit on master
- PHP version: 8.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working