命令行脚本运行时报错 UnexpectedValueException : The stream or file "/Data/PMS/storage/logs/laravel-2019-04-17.log" could not be opened: failed to open stream: Permission denied 查看文件权限 -rw-r--r-- 1 _www wheel 37K Apr 17 11:06 laravel-2019-04-17.log w…
日志服务使用: $app=app(); $log=$app->make('log'); $log->info('post_index',['data'=>'this is post index']);//日志: 日志服务使用: \Log::info('post_index',['data'=>'this is post index']);//日志: 生成的日志: storage/logs/laravel.log文件中…