add todo list

This commit is contained in:
Tobias Nagel
2025-09-09 21:57:32 +02:00
parent dc359ce4a2
commit b62443e9ed
2 changed files with 11 additions and 1 deletions

10
TODO-LIST.md Normal file
View 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

View File

@@ -13,7 +13,7 @@ return [
| |
*/ */
'name' => env('APP_NAME', 'Laravel'), 'name' => 'TODO',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------