Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kayschima committed Mar 18, 2024
1 parent ed8ffe8 commit 085efe6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
APP_NAME=Laravel
APP_ENV=local
APP_NAME="Bingo Cards"
APP_ENV=production
APP_KEY=
APP_DEBUG=true
APP_DEBUG=false
APP_TIMEZONE=UTC
APP_URL=http://localhost
APP_URL=http://bingocards.test

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
Expand All @@ -19,14 +19,14 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=sqlite
# DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=

SESSION_DRIVER=database
SESSION_DRIVER=file
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ npm install

npm run build

php artisan migrate
php artisan key:generate
```
optional (oder eigenen Webserver entsprechend konfigurieren):
Dann musst du in der .env-Datei noch die Serverumgebung konfigurieren. Hierbei sind insbesondere die Einstellungen für das Environment und das Debugging wichtig.

## Start des Servers
(oder eigenen Webserver entsprechend konfigurieren):
```php
php artisan serve
```
Expand Down

0 comments on commit 085efe6

Please sign in to comment.