Признак ‘Illuminate Support Traits MacroableTrait’ не найден

#laravel

#laravel

Вопрос:

Я устанавливаю Laravel и включаю пакет [https://github.com/jakubsacha/adminlte ]. Теперь я получаю следующую ошибку:

 cartalyst/sentry suggests installing illuminate/database (Default sentry user, group and throttling implementations.)
cartalyst/sentry suggests installing ircmaxell/password-compat (Default hashing uses PHP 5.5 password_* functions, with forward-compatible support.)
cartalyst/sentry suggests installing happydemon/txt (Required Text helpers when using the Kohana implementation)
 

ОШИБКА:

 Script php artisan clear-compiled handling the post-update-cmd event returned with an error.

[RuntimeException]

Error Output: PHP Fatal error: Trait 'IlluminateSupportTraitsMacroableTrait' not found in /var/www/laravel/bootstrap/compiled.php on line 3228
 

Комментарии:

1. Попробуйте composer update --no-scripts один раз, затем запустите снова без --no-scripts флага.

2. @Unnawut никаких изменений. Когда я запускаю composer update —no-scripts, он не выдает ошибок. Но когда я снова запускаю обновление composer, оно выдает ту же ошибку.

3. Пробовал это laravel.io/forum /… ?

4. @Unnawut Когда я меняю сценарий, он выдает ту же ошибку.

5. Вы пробовали удалять bootstrap/compiled.php ?