composer gitignore update

This commit is contained in:
denisdulici 2017-12-02 12:43:55 +03:00
parent 2c1e4d1a06
commit dc7a85cb54
4 changed files with 4769 additions and 3 deletions

3
.gitignore vendored
View File

@ -11,5 +11,4 @@ npm-debug.log
.env
robots.txt
_ide_helper.php
.phpstorm.meta.php
composer.lock
.phpstorm.meta.php

View File

@ -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]

View File

@ -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

File diff suppressed because it is too large Load Diff