Closed koencg closed 5 years ago
I removed rollbar/rollbar-laravel, upgraded laravel to 5.7 and installed rollbar/rollbar-laravel again.
composer require rollbar/rollbar-laravel Using version ^4.0 for rollbar/rollbar-laravel ./composer.json has been updated
php artisan clear-compiled
In ProviderRepository.php line 208:
Class 'Rollbar\Laravel\RollbarServiceProvider' not found
When I use composer require rollbar/rollbar-laravel —no-scripts it installs however it does not work.
Any suggestions? Thank you
I could solve it by using composer require rollbar/rollbar-laravel 2.* --no-scripts but I don't know why. Maybe this can help others upgrading laravel and installing Rollbar.
I removed rollbar/rollbar-laravel, upgraded laravel to 5.7 and installed rollbar/rollbar-laravel again.
composer require rollbar/rollbar-laravel Using version ^4.0 for rollbar/rollbar-laravel ./composer.json has been updated
In ProviderRepository.php line 208:
Class 'Rollbar\Laravel\RollbarServiceProvider' not found
When I use composer require rollbar/rollbar-laravel —no-scripts it installs however it does not work.
Any suggestions? Thank you