laravel 报错 There is no existing directory at

laravel报错:There is no existing directory at "/./storage/logs" and it could not be created: Permission denied

解决方案:
清理缓存

php artisan route:clear
php artisan config:clear
php artisan cache:clear

你可能感兴趣的:(laravel)