Initial commit
parents
Showing
with
4760 additions
and
0 deletions
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
.gitignore
0 → 100644
.user.ini
0 → 100644
app/Console/Commands/Inspire.php
0 → 100644
app/Console/Kernel.php
0 → 100644
app/Events/Event.php
0 → 100644
app/Exceptions/Handler.php
0 → 100644
app/Http/Controllers/Controller.php
0 → 100644
app/Http/Controllers/OrderController.php
0 → 100644
This diff is collapsed.
Click to expand it.
app/Http/Controllers/PermController.php
0 → 100644
app/Http/Controllers/PromptController.php
0 → 100644
app/Http/Controllers/RegionController.php
0 → 100644
app/Http/Error.php
0 → 100644
app/Http/Function.php
0 → 100644
app/Http/Kernel.php
0 → 100644
app/Http/Middleware/CheckLogin.php
0 → 100644
app/Http/Middleware/JsonpCallback.php
0 → 100644
app/Http/Middleware/VerifyCsrfToken.php
0 → 100644
app/Http/Output.php
0 → 100644
app/Http/Page.php
0 → 100644
app/Http/Requests/Request.php
0 → 100644
app/Http/routes.php
0 → 100644
app/Jobs/Job.php
0 → 100644
app/Listeners/.gitkeep
0 → 100644
File mode changed
app/Policies/.gitkeep
0 → 100644
File mode changed
app/Providers/AppServiceProvider.php
0 → 100644
app/Providers/AuthServiceProvider.php
0 → 100644
app/Providers/EventServiceProvider.php
0 → 100644
app/Providers/RouteServiceProvider.php
0 → 100644
artisan
0 → 100644
bootstrap/app.php
0 → 100644
bootstrap/autoload.php
0 → 100644
bootstrap/cache/.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "laravel/laravel", | ||
"description": "The Laravel Framework.", | ||
"keywords": ["framework", "laravel"], | ||
"license": "MIT", | ||
"type": "project", | ||
"require": { | ||
"php": ">=5.5.9", | ||
"laravel/framework": "5.2.*", | ||
"justinrainbow/json-schema": "~1.3" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "~1.4", | ||
"mockery/mockery": "0.9.*", | ||
"phpunit/phpunit": "~4.0", | ||
"symfony/css-selector": "2.8.*|3.0.*", | ||
"symfony/dom-crawler": "2.8.*|3.0.*" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
"vendor/justinrainbow/json-schema/src/", | ||
"database" | ||
], | ||
"psr-4": { | ||
"App\\": "app/", | ||
"JsonSchema\\": "vendor/justinrainbow/json-schema/src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"classmap": [ | ||
"tests/TestCase.php" | ||
] | ||
}, | ||
"scripts": { | ||
"post-root-package-install": [ | ||
"php -r \"copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"php artisan key:generate" | ||
], | ||
"post-install-cmd": [ | ||
"php artisan clear-compiled", | ||
"php artisan optimize" | ||
], | ||
"pre-update-cmd": [ | ||
"php artisan clear-compiled" | ||
], | ||
"post-update-cmd": [ | ||
"php artisan optimize" | ||
] | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
} | ||
} |
composer.lock
0 → 100644
This diff could not be displayed because it is too large.
config/app.php
0 → 100644
config/auth.php
0 → 100644
config/broadcasting.php
0 → 100644
config/cache.php
0 → 100644
config/compile.php
0 → 100644
config/database.php
0 → 100644
config/filesystems.php
0 → 100644
config/mail.php
0 → 100644
config/perm.php
0 → 100644
config/queue.php
0 → 100644
config/services.php
0 → 100644
config/session.php
0 → 100644
config/view.php
0 → 100644
config/website.php
0 → 100644
database/.gitignore
0 → 100644
database/factories/ModelFactory.php
0 → 100644
database/migrations/.gitkeep
0 → 100644
File mode changed
database/seeds/.gitkeep
0 → 100644
File mode changed
database/seeds/DatabaseSeeder.php
0 → 100644
env.devel
0 → 100644
env.product
0 → 100644
env.test
0 → 100644
gulpfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"private": true, | ||
"devDependencies": { | ||
"gulp": "^3.8.8" | ||
}, | ||
"dependencies": { | ||
"laravel-elixir": "^4.0.0", | ||
"bootstrap-sass": "^3.0.0" | ||
} | ||
} |
perm_manager.sql
0 → 100644
phpunit.xml
0 → 100644
public/.htaccess
0 → 100644
public/css/animate.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/bootstrap.min.css
0 → 100644
This diff could not be displayed because it is too large.
public/css/detail.css
0 → 100644
public/css/family_Roboto_400_300_500_700.css
0 → 100644
public/css/order.css
0 → 100644
public/css/patterns/3.png
0 → 100644

6.41 KB
public/css/patterns/4.png
0 → 100644

10.8 KB

25.7 KB

27.5 KB

32.3 KB
public/css/patterns/header-profile.png
0 → 100644

5.74 KB
public/css/patterns/shattered.png
0 → 100644

135 KB
public/css/plugins/blueimp/img/error.png
0 → 100644

2.16 KB
public/css/plugins/blueimp/img/error.svg
0 → 100644
public/css/plugins/blueimp/img/loading.gif
0 → 100644

3.81 KB

606 Bytes

2.75 KB
public/css/plugins/c3/c3.min.css
0 → 100644
public/css/plugins/chartist/chartist.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/chosen/chosen-sprite.png
0 → 100644

646 Bytes

872 Bytes
public/css/plugins/chosen/chosen.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/codemirror/ambiance.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/codemirror/codemirror.css
0 → 100644
public/css/plugins/cropper/cropper.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/css/plugins/dropzone/basic.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/dropzone/dropzone.css
0 → 100644
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/css/plugins/iCheck/custom.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/iCheck/green.png
0 → 100644

4.95 KB
public/css/plugins/iCheck/green@2x.png
0 → 100644

7.53 KB

3.55 KB

3.19 KB

2.77 KB

2.9 KB

8.61 KB

3.3 KB
public/css/plugins/images/spritemap.png
0 → 100644

9.97 KB
public/css/plugins/images/spritemap@2x.png
0 → 100644

34.8 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.

1.7 KB

212 Bytes

208 Bytes

335 Bytes

207 Bytes

262 Bytes

262 Bytes

332 Bytes

280 Bytes

6.76 KB

4.44 KB

6.83 KB

6.83 KB

4.44 KB
This diff is collapsed.
Click to expand it.
public/css/plugins/jQueryUI/jquery-ui.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/css/plugins/jqGrid/ui.jqgrid.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/jsTree/32px.png
0 → 100644

3.05 KB
public/css/plugins/jsTree/40px.png
0 → 100644

1.84 KB
public/css/plugins/jsTree/style.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/jsTree/throbber.gif
0 → 100644

1.68 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/css/plugins/select2/select2.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/slick/ajax-loader.gif
0 → 100644

4.08 KB
public/css/plugins/slick/fonts/slick.eot
0 → 100644
No preview for this file type
public/css/plugins/slick/fonts/slick.svg
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/slick/fonts/slick.ttf
0 → 100644
No preview for this file type
public/css/plugins/slick/fonts/slick.woff
0 → 100644
No preview for this file type
public/css/plugins/slick/slick-theme.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/slick/slick.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/steps/jquery.steps.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
public/css/plugins/summernote/summernote.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/sweetalert/sweetalert.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/switchery/switchery.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/css/plugins/toastr/toastr.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/css/style.css
0 → 100644
This diff could not be displayed because it is too large.
public/favicon.ico
0 → 100644
No preview for this file type
public/font-awesome/css/font-awesome.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/font-awesome/css/font-awesome.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
public/img/Collapsed.gif
0 → 100644

215 Bytes
public/img/Expanded.gif
0 → 100644

206 Bytes
public/img/loading.gif
0 → 100644

71.2 KB
public/img/missing_face.png
0 → 100644

6.29 KB
public/img/ui_icon.png
0 → 100644

5.43 KB
public/img/ui_icon_extend.png
0 → 100644

2.94 KB
public/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/common.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/datatable.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/datatable.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/inspinia.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/inspinia.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery-2.2.1.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/jquery-ui-1.10.4.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/jquery-ui.custom.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery.form.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/order.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/orderamount.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/DatePicker/WdatePicker.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/DatePicker/calendar.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/DatePicker/lang/en.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/DatePicker/lang/zh-cn.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/DatePicker/lang/zh-tw.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.

1.02 KB
This diff is collapsed.
Click to expand it.

1.54 KB

307 Bytes
This diff is collapsed.
Click to expand it.

1.64 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/c3/c3.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/plugins/chartJs/Chart.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/chartist/chartist.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.

646 Bytes

872 Bytes
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.

646 Bytes

872 Bytes
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.

1.81 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.

1.81 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.

1.81 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/chosen/chosen.jquery.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/clipboard/clipboard.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/clockpicker/clockpicker.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/codemirror/codemirror.js
0 → 100644
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/cropper/cropper.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/d3/d3.min.js
0 → 100644
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/dropzone/dropzone.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/flot/curvedLines.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/flot/jquery.flot.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/plugins/flot/jquery.flot.pie.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/flot/jquery.flot.resize.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/flot/jquery.flot.spline.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/flot/jquery.flot.symbol.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/flot/jquery.flot.time.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/form/jquery.form.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/fullcalendar/moment.min.js
0 → 100644
This diff is collapsed.
Click to expand it.

5.42 KB
public/js/plugins/gritter/images/gritter.png
0 → 100644

5.41 KB

43 Bytes
public/js/plugins/gritter/jquery.gritter.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/i18next/i18next.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/iCheck/icheck.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
public/js/plugins/jquery-ui/jquery-ui.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/plugins/jsKnob/jquery.knob.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/jsTree/jstree.min.js
0 → 100644
This diff could not be displayed because it is too large.
public/js/plugins/json-editor/jsoneditor.js
0 → 100644
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
public/js/plugins/jsoneditor/jsoneditor.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/jsoneditor/jsoneditor.js
0 → 100644
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
public/js/plugins/jsonformater/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/jsonformater/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/jsonformater/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/jsonformater/demo.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/jsonformater/demo.html
0 → 100644
This diff is collapsed.
Click to expand it.

215 Bytes

206 Bytes

68.9 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/jstree.min.js
0 → 100644
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
public/js/plugins/ladda/ladda.jquery.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/ladda/ladda.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/ladda/spin.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/loading-overlay/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/loading-overlay/.jshintrc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/loading-overlay/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/manifest/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/manifest/.travis.yml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/morris/morris.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/pace/pace.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/peity/jquery.peity.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/rickshaw/rickshaw.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/rickshaw/vendor/d3.v3.js
0 → 100644
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
public/js/plugins/slick/slick.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/staps/jquery.steps.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/switchery/switchery.js
0 → 100644
This diff is collapsed.
Click to expand it.

1.53 KB

5.58 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.

1.68 KB
public/js/plugins/themes/default/32px.png
0 → 100644

3.05 KB
public/js/plugins/themes/default/40px.png
0 → 100644

1.84 KB
public/js/plugins/themes/default/style.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.

1.68 KB
public/js/plugins/tinycon/tinycon.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/toastr/toastr.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/js/plugins/video/responsible-video.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/plugins/wow/wow.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/layer/layer.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/layer/skin/default/icon-ext.png
0 → 100644

5.77 KB
public/layer/skin/default/icon.png
0 → 100644

11.2 KB
public/layer/skin/default/loading-0.gif
0 → 100644

5.66 KB
public/layer/skin/default/loading-1.gif
0 → 100644

701 Bytes
public/layer/skin/default/loading-2.gif
0 → 100644

1.75 KB
public/layer/skin/layer.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/robots.txt
0 → 100644
This diff is collapsed.
Click to expand it.
public/web.config
0 → 100644
This diff is collapsed.
Click to expand it.
readme.md
0 → 100644
This diff is collapsed.
Click to expand it.
resources/assets/sass/app.scss
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lang/en/auth.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lang/en/pagination.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lang/en/passwords.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/lang/en/validation.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/amount.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/amount/content.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/changeInvoice.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/changeShipping.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/count.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/count/content.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/detail.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/detail/adjust.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/detail/cancelPay.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/detail/changeOrder.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/detail/check.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/detail/checkPay.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/detail/content.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/detail/invShipping.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/detail/send.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/errors/403.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/errors/404.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/errors/500.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/index/content.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/index/css.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/index/js.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/layouts/app.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/layouts/header.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/layouts/navigation.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/no_access.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/orderlist.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/orderlist/content.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/orderlist/css.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/orderlist/js.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/prompt.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
server.php
0 → 100644
This diff is collapsed.
Click to expand it.
storage/app/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/cache/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/sessions/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/framework/views/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
storage/logs/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
tests/ExampleTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/TestCase.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Autoloader.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Calculation.php
0 → 100644
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Cell.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Cell/DataType.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Cell/Hyperlink.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Chart.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Chart/Exception.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Chart/Layout.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Chart/Legend.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Chart/PlotArea.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Chart/Title.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Comment.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Exception.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/HashTable.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/IComparable.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/IOFactory.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/NamedRange.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Reader/Abstract.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Reader/CSV.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Reader/Excel5.php
0 → 100644
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Reader/Gnumeric.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Reader/HTML.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Reader/IReader.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Reader/OOCalc.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Reader/SYLK.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/ReferenceHelper.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/RichText.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/RichText/Run.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Settings.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/CodePage.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/Date.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/Drawing.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/Escher.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/Excel5.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/File.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/Font.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/OLE.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/OLE/PPS.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/OLERead.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/String.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Shared/TimeZone.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Style.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Style/Alignment.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Style/Border.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Style/Borders.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Style/Color.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Style/Fill.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Style/Font.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Worksheet.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Worksheet/Row.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Writer/Abstract.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Writer/CSV.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Writer/Excel5.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Writer/HTML.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Writer/IWriter.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Writer/PDF.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Writer/PDF/Core.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/Writer/PDF/mPDF.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/bg/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/cs/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/cs/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/da/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/da/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/de/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/de/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/en/uk/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/es/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/es/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/fi/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/fi/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/fr/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/fr/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/hu/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/hu/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/it/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/it/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/nl/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/nl/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/no/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/no/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/pl/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/pl/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/pt/br/config
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/pt/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/pt/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/ru/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/ru/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/sv/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/sv/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/tr/config
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/PHPExcel/PHPExcel/locale/tr/functions
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/autoload.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/bin/php-parse
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/bin/phpunit
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/bin/psysh
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/bin/validate-json
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/classpreloader/classpreloader/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/composer/ClassLoader.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_classmap.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_files.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_namespaces.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_psr4.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_real.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/installed.json
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/dnoegel/php-xdg-base-dir/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/dnoegel/php-xdg-base-dir/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/dnoegel/php-xdg-base-dir/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/dnoegel/php-xdg-base-dir/src/Xdg.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/doctrine/inflector/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/doctrine/inflector/.travis.yml
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/doctrine/inflector/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/doctrine/inflector/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/doctrine/inflector/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/doctrine/inflector/phpunit.xml.dist
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/doctrine/instantiator/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/doctrine/instantiator/.travis.yml
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/doctrine/instantiator/CONTRIBUTING.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/doctrine/instantiator/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/doctrine/instantiator/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/doctrine/instantiator/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/doctrine/instantiator/phpmd.xml.dist
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/fzaninotto/faker/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/fzaninotto/faker/.travis.yml
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/fzaninotto/faker/CHANGELOG.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/fzaninotto/faker/CONTRIBUTING.md
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/fzaninotto/faker/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/fzaninotto/faker/Makefile
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/fzaninotto/faker/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/fzaninotto/faker/phpunit.xml.dist
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/fzaninotto/faker/readme.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment