diff --git a/TODO-LIST.md b/TODO-LIST.md new file mode 100644 index 0000000..6f0d4f3 --- /dev/null +++ b/TODO-LIST.md @@ -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 diff --git a/config/app.php b/config/app.php index 423eed5..1340ebc 100644 --- a/config/app.php +++ b/config/app.php @@ -13,7 +13,7 @@ return [ | */ - 'name' => env('APP_NAME', 'Laravel'), + 'name' => 'TODO', /* |--------------------------------------------------------------------------