++ 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

View File

@@ -9,9 +9,9 @@ APP_PORT=8080
SEED_DEV_DATA=false
RUN_DB_SEED_ON_FIRST_START=true
ENSURE_INITIAL_ADMIN_ON_EMPTY_DB=true
INITIAL_ADMIN_NAME=Administrator
INITIAL_ADMIN_EMAIL=info@termanager.it
INITIAL_ADMIN_PASSWORD=Password123!
INITIAL_ADMIN_NAME=
INITIAL_ADMIN_EMAIL=
INITIAL_ADMIN_PASSWORD=
DB_CONNECTION=mysql
DB_HOST=mariadb