Configuration

After the Installation step, you need to configure the application to ready to use.

.env File

After Installation, you need to change the .env file for your application.

Please enter your values after the "=" without ' " ' character.

for example; APP_NAME=BarkerTV

APP_NAME=ENTER YOUR APP NAME HERE

APP_URL=ENTER YOUR DOMAIN HERE

DB_HOST=ENTER YOUR DB HOST HERE

DB_PORT=ENTER YOUR DB PORT HERE

DB_DATABASE=ENTER SQL DATABASE NAME (default barkertv)

DB_USERNAME=ENTER YOUR DB USERNAME

DB_PASSWORD=ENTER YOUR PASSWORD HERE

Last updated