* Sanctum removed * Unused middleware classes removed * Changed default email - Seeder * Models updated * Config .env is now smaller * Not used, so not used - Providers * Clearing your router of comments
11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
USER_UID=1000
|
|
USER_NAME=laravel
|
|
|
|
APP_NAME=KamilCraftAPI
|
|
APP_ENV=local
|
|
APP_KEY=
|
|
APP_DEBUG=true
|
|
APP_URL=http://localhost
|
|
|
|
DB_CONNECTION=sqlite
|