first commit
parents
app/Recurso.php
0 → 100644
app/Revisor.php
0 → 100644
app/Trabalho.php
0 → 100644
app/User.php
0 → 100644
artisan
0 → 100755
bootstrap/app.php
0 → 100644
bootstrap/cache/.gitignore
0 → 100644
composer.json
0 → 100644
| { | ||
| "name": "laravel/laravel", | ||
| "type": "project", | ||
| "description": "The Laravel Framework.", | ||
| "keywords": [ | ||
| "framework", | ||
| "laravel" | ||
| ], | ||
| "license": "MIT", | ||
| "require": { | ||
| "php": "^7.2", | ||
| "fideloper/proxy": "^4.0", | ||
| "geekcom/validator-docs": "^3.4", | ||
| "guzzlehttp/guzzle": "^6.5", | ||
| "laravel/framework": "^6.2", | ||
| "laravel/tinker": "^2.0", | ||
| "laravel/ui": "^1.1" | ||
| }, | ||
| "require-dev": { | ||
| "facade/ignition": "^1.4", | ||
| "fzaninotto/faker": "^1.4", | ||
| "mockery/mockery": "^1.0", | ||
| "nunomaduro/collision": "^3.0", | ||
| "phpunit/phpunit": "^8.0" | ||
| }, | ||
| "config": { | ||
| "optimize-autoloader": true, | ||
| "preferred-install": "dist", | ||
| "sort-packages": true | ||
| }, | ||
| "extra": { | ||
| "laravel": { | ||
| "dont-discover": [] | ||
| } | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "App\\": "app/" | ||
| }, | ||
| "classmap": [ | ||
| "database/seeds", | ||
| "database/factories" | ||
| ] | ||
| }, | ||
| "autoload-dev": { | ||
| "psr-4": { | ||
| "Tests\\": "tests/" | ||
| } | ||
| }, | ||
| "minimum-stability": "dev", | ||
| "prefer-stable": true, | ||
| "scripts": { | ||
| "post-autoload-dump": [ | ||
| "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | ||
| "@php artisan package:discover --ansi" | ||
| ], | ||
| "post-root-package-install": [ | ||
| "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
| ], | ||
| "post-create-project-cmd": [ | ||
| "@php artisan key:generate --ansi" | ||
| ] | ||
| } | ||
| } |
composer.lock
0 → 100644
This diff is collapsed.
config/app.php
0 → 100644
config/auth.php
0 → 100644
config/broadcasting.php
0 → 100644
config/cache.php
0 → 100644
config/database.php
0 → 100644
config/filesystems.php
0 → 100644
This diff is collapsed.
config/hashing.php
0 → 100644
This diff is collapsed.
config/logging.php
0 → 100644
This diff is collapsed.
config/mail.php
0 → 100644
This diff is collapsed.
config/queue.php
0 → 100644
This diff is collapsed.
Please register or sign in to comment