Skip to content

Configuration

Debusschère Alexandre edited this page Aug 13, 2020 · 1 revision
Public directory

After installing Borsch Skeleton, configure your web server's root to be the public directory.
The index.php in the entry point for all HTTP requests of your application.

Environment file

When installed via Composer create-project command line, a .env file is automatically generated in the root folder of your application.

If you did not use create-project command line then copy the .env.example file and rename it as .env.
Typically: cp .env.example .env.

Review the default environment variable, update them, add a proper APP_KEY if not done yet during the create-project command, add your own.

Permissions

Make sure directories within storage directory are writable by your web server or it will not run.