very tiny small tweaks

This commit is contained in:
AVMG20 2021-06-09 20:11:04 +02:00
parent 6c581d1879
commit de00a3c5d4
2 changed files with 4 additions and 4 deletions

View file

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

View file

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