++ fix: update .env.example and .gitignore, add CreateInitialAdmin command, add UsersIndex Livewire component, update entrypoint.sh, update app layout, add users-index blade view, update web routes

This commit is contained in:
2026-04-07 14:57:54 +00:00
parent 7fd5b0c3a0
commit be1ac25047
8 changed files with 214 additions and 14 deletions

3
.gitignore vendored
View File

@@ -2,6 +2,8 @@
/node_modules/
/.env
/storage/*.key
/storage/app/.app_key
/storage/app/.db_seeded
/storage/logs/
/storage/framework/
/bootstrap/cache/
@@ -13,6 +15,7 @@
/.vscode/
*.swp
*.swo
*.sql
docker-compose.override.yml
db_data/
redis_data/