"laravel/framework": "dev-master#700bbf22bb325a3ddd10e2fc839feb9b4958387a",
composer update : Laravel No error
"laravel/framework": "5.0.*@dev",
composer update
error: Script php artisan clear-compiled handling the post-update-cmd event returned with an error
I have same problem after the update.
"scripts": { "post-install-cmd": [ "php artisan clear-compiled", "php artisan optimize" ], "post-update-cmd": [ "php artisan clear-compiled", "php artisan optimize" ], "post-create-project-cmd": [ "php -r "copy('.env.example', '.env');"", "php artisan key:generate" ] },
and aritisan doesn't work. :(
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community