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