composer gitignore update
This commit is contained in:
parent
2c1e4d1a06
commit
dc7a85cb54
3
.gitignore
vendored
3
.gitignore
vendored
@ -11,5 +11,4 @@ npm-debug.log
|
||||
.env
|
||||
robots.txt
|
||||
_ide_helper.php
|
||||
.phpstorm.meta.php
|
||||
composer.lock
|
||||
.phpstorm.meta.php
|
@ -10,6 +10,12 @@
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
# Prevent Direct Access to Protected Files
|
||||
<FilesMatch "(?i)(^artisan$|\.env|\.log)">
|
||||
Order deny,allow
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
|
||||
# Prevent Direct Access To Protected Folders
|
||||
RewriteRule ^(app|bootstrap|config|database|resources|routes|storage|tests)/(.*) / [L,R=301]
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
"barryvdh/laravel-ide-helper": "2.3.*",
|
||||
"bkwld/cloner": "3.2.*",
|
||||
"dingo/api": "1.0.0-beta8",
|
||||
"fzaninotto/faker": "1.6.*",
|
||||
"guzzlehttp/guzzle": "6.3.*",
|
||||
"intervention/image": "2.3.*",
|
||||
"jackiedo/dotenv-editor": "1.*",
|
||||
@ -34,6 +33,9 @@
|
||||
"sofa/eloquence": "5.4.*",
|
||||
"tucker-eric/eloquentfilter": "1.1.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"fzaninotto/faker": "1.6.*"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"database",
|
||||
|
4759
composer.lock
generated
Normal file
4759
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user