Environments
List of available environments and possible values.
DB_CONNECTION
By Default the value is sqlite if you are planning to use MySQL then you need to pass the following
dotenv
DB_CONNECTION=mysql
DB_HOST=host
DB_PORT=3306
DB_DATABASE=database
DB_USERNAME=username
DB_PASSWORD=passwordTop Navigation
dotenv
TOP_NAVIGATION=1Remove Top Bar ( if you didn't enable top navigation)
dotenv
DISABLE_TOP_BAR=1Enable SPA (the page changes content without reloading the whole page)
dotenv
SPA=1App and Asset url
you need to update those depending on your configuration and how the app is accessed
dotenv
APP_URL="http://localhost:8080"
ASSET_URL="http://localhost:8080"Change the theme color
by default, it's Emerald,
dotenv
THEME_COLOR="Emerald"but here's a list of all available colors
| Slate | Gray | Zinc | Neutral |
| Stone | Red | Orange | Amber |
| Yellow | Lime | Green | Emerald |
| Teal | Cyan | Sky | Blue |
| Indigo | Violet | Purple | Fuchsia |
| Pink | Rose |