form generator

This commit is contained in:
JACS 2026-05-10 19:41:48 -05:00
parent 80ae1c4f91
commit 58bd5490e2
7 changed files with 593 additions and 2 deletions

View file

@ -5,7 +5,7 @@ APP_NAME=Tabler
APP_ENV=local # local | testing | production
APP_DEBUG_MODE=true
App_HTTP_HOST=localhost
App_HTTP_PORT=8080
App_HTTP_PORT=8081
App_USE_HTTPS=false
App_USE_LETSENCRYPT=false
App_USE_CORESERVICES=true
@ -60,7 +60,7 @@ CACHE_DRIVER=redis
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_DB=1
REDIS_DB=2
#######################################
###### Emails ######