diff --git a/.env.example b/.env.example index ebbeaf5b..368b1bde 100644 --- a/.env.example +++ b/.env.example @@ -4,9 +4,6 @@ APP_KEY= APP_DEBUG=false APP_URL=http://localhost -LOG_CHANNEL=stack -LOG_LEVEL=debug - DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 @@ -47,6 +44,9 @@ MAIL_FROM_NAME="${APP_NAME}" #you can leave everything below the way it is +LOG_CHANNEL=stack +LOG_LEVEL=debug + BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=database diff --git a/BUILDING.md b/BUILDING.md index f3c85de3..277b44d1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,6 +1,6 @@ # Building the development environment -cd into the project directory and run the following command: `sh bin/startdocker` +cd into the project directory and run the following command: `sudo sh bin/startdocker.sh` This should start building the images and start the containers. After that you need to go into the controlpanel_php container and run some commands: