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
i was having problems with the php artisan optimize command building bad compiled.php file.
Error when using laravel with the compiled.php generated is: PHP Fatal error: Cannot declare interface Illuminate\Contracts\Container\Container, because the name is already in use in /Users/fgreinus/Web/paladalo/bootstrap/cache/compiled.php on line 4
Do you got any suggestions on how to fix this?
Additionally:
This also happens on a clean laravel 5.1 installation with only firewall installed.
The text was updated successfully, but these errors were encountered:
Hey guys,
i was having problems with the php artisan optimize command building bad compiled.php file.
Error when using laravel with the compiled.php generated is:
PHP Fatal error: Cannot declare interface Illuminate\Contracts\Container\Container, because the name is already in use in /Users/fgreinus/Web/paladalo/bootstrap/cache/compiled.php on line 4
Do you got any suggestions on how to fix this?
Additionally:
This also happens on a clean laravel 5.1 installation with only firewall installed.
The text was updated successfully, but these errors were encountered: