inspheric / nova-indicator-field

A colour-coded indicator field for Laravel Nova
129 stars 10 forks source link

Class 'Inspheric\Fields\IndicatorFieldServiceProvider' not found #11

Closed ekandreas closed 4 years ago

ekandreas commented 4 years ago

When running composer require, error message appears: Class 'Inspheric\Fields\IndicatorFieldServiceProvider' not found

ekandreas commented 4 years ago

Latest version.

Solve it via composer.json update:

    "extra": {
        "laravel": {
            "dont-discover": [
                "laravel/dusk",
                "inspheric/nova-indicator-field"
            ]
        }
    },
kitbs commented 4 years ago

Thanks. This was due to the incorrect filename. I have released a new version which should solve this without need for your Don't Discover workaround.