You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating to 0.0.25 breaks on composer install, with the following error:
Script php artisan clear-compiled handling the post-install-cmd event returned with an error
[RuntimeException]
Error Output: PHP Fatal error: Class 'REBELinBLUE\Deployer\Providers\JwtServiceProvider' not found in /var/www/deploy.hightechclick.com/bootstrap/cache/compiled.php on line 6923
The text was updated successfully, but these errors were encountered:
Yeah from some searching it seems to be a common problem in Laravel if you remove a service provider because it is referenced compiled.php so artisan can't remove it because it then has an error. The fix is to remove it manually from bootstrap/cache/ and then run composer install again.
I'll see if I can get composer to remove it before updating, but then that means it will be compiled on each new update which probably isn't much of an issue really
Updating to 0.0.25 breaks on composer install, with the following error:
Script php artisan clear-compiled handling the post-install-cmd event returned with an error
[RuntimeException]
Error Output: PHP Fatal error: Class 'REBELinBLUE\Deployer\Providers\JwtServiceProvider' not found in /var/www/deploy.hightechclick.com/bootstrap/cache/compiled.php on line 6923
The text was updated successfully, but these errors were encountered: