📅  最后修改于: 2022-03-11 14:54:12.395000             🧑  作者: Mango
//make a config file
/*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*/
{
"config": {
"platform-check": false
}
}