Skip to content

Commit

Permalink
init of v4 🌮
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Mar 17, 2023
1 parent e8088e2 commit edd1719
Show file tree
Hide file tree
Showing 515 changed files with 12,308 additions and 55,192 deletions.
16 changes: 0 additions & 16 deletions .devcontainer/Dockerfile

This file was deleted.

36 changes: 0 additions & 36 deletions .devcontainer/devcontainer.json

This file was deleted.

16 changes: 0 additions & 16 deletions .dockerignore

This file was deleted.

18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2

[docker-compose.yml]
indent_size = 4
39 changes: 39 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
############################################################################################################
# Development Environment

# Userid for the user that will run the application inside the container
USERID=
############################################################################################################

APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=coolify
DB_USERNAME=sail
DB_PASSWORD=password

BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

MAIL_MAILER=smtp
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* text=auto eol=lf

*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php

/.github export-ignore
CHANGELOG.md export-ignore
.styleci.yml export-ignore
2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/--bug-report.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/--feature-request.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/--task.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

111 changes: 0 additions & 111 deletions .github/workflows/production-release-dockerhub.yml

This file was deleted.

Loading

0 comments on commit edd1719

Please sign in to comment.