Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install without dev dependencies fails #1137

Open
codedge opened this issue Jan 28, 2023 · 0 comments · Fixed by invoice-crater/crater#8 · May be fixed by #1257
Open

Install without dev dependencies fails #1137

codedge opened this issue Jan 28, 2023 · 0 comments · Fixed by invoice-crater/crater#8 · May be fixed by #1257
Assignees
Labels
bug Something isn't working

Comments

@codedge
Copy link

codedge commented Jan 28, 2023

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
2023-01-28 at 12 24 39@2x

Please complete the following information:

  • Crater version: Latest commit on master
  • PHP version: 8.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants