-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script @php artisan package:discover handling the post-autoload-dump event returned with error code #9
Comments
2-------------- CKEditor missing? |
Right for dusk, changed in this commit. But should install with --no-dev option in production. For CKEditor it's using CDN version. Look at views. |
Thanks for reply and CKEditor work now! |
Generating optimized autoload files Illuminate\Foundation\ComposerScripts::postAutoloadDump In ResourceRegistrar.php line 360: Object of class Closure could not be converted to string Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1 |
Script https://github.com/php artisan package:discover handling the post-autoload-dump event returned with error code 1 |
It is great resource and example for newcomers. Thanks for your contribution!
After install have some problems
1-------------- composer install
[Exception]
It is unsafe to run Dusk in production.
Script @php artisan package:discover handling the post-autoload-dump event returned with error code
1-------------- Fixed it at
to add composer.json:
"extra": {
"laravel": {
"dont-discover": [
"laravel/dusk"
]
}
},
Refer mdbootstrap/adminlte-laravel#337
The text was updated successfully, but these errors were encountered: