laravel5-5-example icon indicating copy to clipboard operation
laravel5-5-example copied to clipboard

Script php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

Open kilban13 opened this issue 6 years ago • 1 comments

"scripts": { "post-autoload-dump": [ "Illuminate\Foundation\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-root-package-install": [ "@php -r "file_exists('.env') || copy('.env.example', '.env');"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }

kilban13 avatar Feb 27 '19 02:02 kilban13

I cant reproduce it.

bestmomo avatar Feb 27 '19 12:02 bestmomo