在laravel框架中获取storage目录的路径

2,023 阅读1分钟

可以这样

storage_path('debug.log');

也可以放到storage/logs中

storage_path('/logs/debug.log');