add todo list
This commit is contained in:
10
TODO-LIST.md
Normal file
10
TODO-LIST.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Skeleton TODOs
|
||||||
|
|
||||||
|
Check items off as you complete them by changing [ ] to [x].
|
||||||
|
|
||||||
|
- [x] Clone and install Skeleton
|
||||||
|
- [ ] Decide whether to use local compilation or server compilation
|
||||||
|
- When local compilation, remove from .gitignore:
|
||||||
|
- /public/build
|
||||||
|
- [ ] Replace App Name
|
||||||
|
- config/app.php:16
|
||||||
@@ -13,7 +13,7 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'name' => env('APP_NAME', 'Laravel'),
|
'name' => 'TODO',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user