-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
240 changed files
with
18,981 additions
and
3,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
# Todo list of project | ||
# Todo list | ||
|
||
## Backend | ||
## Recent | ||
|
||
- [x] Category | ||
- [x] Tag | ||
- [x] Comment | ||
- [x] Visitor & view count(use Middleware) | ||
- [x] Cache | ||
- [ ] Cache | ||
- [ ] Notification | ||
- [ ] Socialite | ||
- [ ] Wechat related | ||
- [ ] Schedule(backup,stat,) | ||
- [ ] Schedule(backup,stats) | ||
- [ ] I18N | ||
- [ ] Highlight tab | ||
- [ ] Links | ||
- [x] Settings | ||
- [ ] File management | ||
- [x] Feature image | ||
- [ ] Flash session | ||
|
||
## Frontend | ||
|
||
- [ ] Single Page(about page) | ||
- [x] Materialize css | ||
- [ ] Search | ||
- [ ] Websocket | ||
|
||
## Future | ||
## Future or Enhance | ||
|
||
- [ ] Refactor views with VueJs | ||
- [x] Refactor views with VueJs | ||
- [ ] API | ||
- [ ] Package | ||
- [ ] Unit test | ||
- [ ] Pjax | ||
- [ ] Upgrade to Laravel 5.5 | ||
- [x] Upgrade to Laravel 5.5 | ||
- [ ] Image resize | ||
- [ ] CDN | ||
- [ ] All todo | ||
- [ ] Post edit(dynamic tags, image preview) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
namespace App\Http\Controllers\Backend; | ||
|
||
use App\Http\Controllers\Backend\Traits\ApiResponse; | ||
use App\Http\Controllers\Controller; | ||
|
||
/** | ||
* Class BackendController | ||
* @package App\Http\Controllers\Backend | ||
*/ | ||
class BackendController extends Controller | ||
{ | ||
use ApiResponse; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.