`laravel.log` should be renamed to system.log
This commit is contained in:
parent
0fc489c7cb
commit
6e89763254
|
|
@ -57,11 +57,9 @@ The following methods have changed:
|
|||
### Things to do
|
||||
|
||||
- Custom Exception Handler needs attention
|
||||
- `laravel.log` should be renamed to system.log
|
||||
- Move storage/cache generated by CMS to storate/cms/cache
|
||||
- Fix clear cache command so it actually works
|
||||
- Fix unit tests
|
||||
- Consider creating a basic Controller since $router conflicts in CmsController, or maybe avoiding conflict rename to $cmsRouter
|
||||
- Search for `@todo L5`
|
||||
- Dispatcher now native?
|
||||
- Cron queue type now native?
|
||||
|
|
@ -1 +1,2 @@
|
|||
system.log
|
||||
laravel.log
|
||||
Loading…
Reference in New Issue