From b62443e9edfc804d351e128214252bed65590507 Mon Sep 17 00:00:00 2001 From: Tobias Nagel Date: Tue, 9 Sep 2025 21:57:32 +0200 Subject: [PATCH] add todo list --- TODO-LIST.md | 10 ++++++++++ config/app.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 TODO-LIST.md 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', /* |--------------------------------------------------------------------------