Initial commit of laravel files.

This commit is contained in:
Krzysztof Płaczek
2022-08-05 11:37:12 +02:00
parent b74795c3a2
commit 3a6a2252a3
82 changed files with 11222 additions and 24 deletions

37
.gitignore vendored
View File

@@ -1,25 +1,16 @@
# ---> Laravel
/vendor/
node_modules/
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
# Laravel 5 & Lumen specific with changed public path
public_html/storage
public_html/hot
storage/*.key
.env
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
/.idea
/.vscode