Follow this trick
-
add this line in config object of composer.json file
“platform-check”: false
-
run
php artisan config:cache -
then run
composer dump-autoloadin terminal
Follow this trick
add this line in config object of composer.json file
“platform-check”: false
run php artisan config:cache
then run composer dump-autoload in terminal