`laravel.log` should be renamed to system.log

This commit is contained in:
Samuel Georges 2015-02-07 10:30:55 +11:00
parent 0fc489c7cb
commit 6e89763254
2 changed files with 1 additions and 2 deletions

View File

@ -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
storage/.gitignore vendored
View File

@ -1 +1,2 @@
system.log
laravel.log