@@ -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
@@ -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: