Skip to content

Install without dev dependencies fails #1137

Open
@codedge

Description

@codedge

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions