.env
Features
Database
Database in Larafast
By default, Larafast uses an SQLite database. Feel free to change it to MySQL or PostgreSQL in .env configs
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Database in Larafast
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravelstarterkit
DB_USERNAME=root
DB_PASSWORD=
