Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulfheart committed Sep 11, 2020
1 parent 3d9777b commit 9c548d8
Show file tree
Hide file tree
Showing 61 changed files with 27,174 additions and 19,624 deletions.
18 changes: 3 additions & 15 deletions src/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ QUEUE_CONNECTION=sync
SESSION_DRIVER=database
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
Expand All @@ -32,15 +29,6 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
LAW_MAIL=[email protected]
LAW_NAME="Hallo Nachname"
LAW_ADRESS="Straße 99<br>11111 Stadt<br>"
6 changes: 3 additions & 3 deletions src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
|
*/

'timezone' => 'UTC',
'timezone' => 'Berlin',

/*
|--------------------------------------------------------------------------
Expand All @@ -80,7 +80,7 @@
|
*/

'locale' => 'en',
'locale' => 'de',

/*
|--------------------------------------------------------------------------
Expand All @@ -106,7 +106,7 @@
|
*/

'faker_locale' => 'en_US',
'faker_locale' => 'de_DE',

/*
|--------------------------------------------------------------------------
Expand Down
12 changes: 12 additions & 0 deletions src/config/boats.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'images' => [
"https://images.unsplash.com/photo-1452065656801-6c60b6e7cbc5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=967&q=80",
"https://images.unsplash.com/photo-1521193698642-9810ddf4bff6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=700&q=80",
"https://images.unsplash.com/photo-1443616839562-036bb2afd9a2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1834&q=80",
"https://images.unsplash.com/photo-1559128010-7c1ad6e1b6a5?ixlib=rb-1.2.1&auto=format&fit=crop&w=1352&q=80",
"https://images.unsplash.com/photo-1506477331477-33d5d8b3dc85?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=674&q=80",
"https://images.unsplash.com/photo-1542785853-cf202360bca0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80"
]
];
8 changes: 6 additions & 2 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"alpinejs": "^2.7.0"
"@tailwindcss/typography": "^0.2.0",
"alpinejs": "^2.7.0",
"typeface-inter": "^3.15.0"
}
}
Loading

0 comments on commit 9c548d8

Please sign in to comment.