no message
Showing
.babelrc
0 → 100644
.dockerignore
0 → 100644
.editorconfig
0 → 100644
.env.example
0 → 100644
.eslintrc.js
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.postcssrc.js
0 → 100644
.prettierrc.js
0 → 100644
.rnd
0 → 100644
File added
.styleci.yml
0 → 100644
CODE_OF_CONDUCT.md
0 → 100644
CONTRIBUTING.md
0 → 100644
Dockerfile
0 → 100644
Envoy.blade.php
0 → 100644
LICENSE
0 → 100644
artisan
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "tuandm/laravue", | |||
"type": "project", | |||
"description": "A beautiful dashboard for Laravel built by VueJS", | |||
"keywords": [ | |||
"laravel", | |||
"laravue", | |||
"vue", | |||
"admin", | |||
"dashboard" | |||
], | |||
"license": "MIT", | |||
"authors": [ | |||
{ | |||
"name": "Tuan Duong", | |||
"email": "bacduong@gmail.com", | |||
"homepage": "https://laravue.dev", | |||
"role": "Developer" | |||
} | |||
], | |||
"require": { | |||
"php": "^7.2", | |||
"fideloper/proxy": "^4.0", | |||
"laravel/framework": "^7.0", | |||
"laravel/passport": "^8.4", | |||
"laravel/tinker": "^2.0", | |||
"league/flysystem-aws-s3-v3": "^1.0", | |||
"spatie/laravel-permission": "^3.0" | |||
}, | |||
"require-dev": { | |||
"beyondcode/laravel-dump-server": "^1.0", | |||
"facade/ignition": "^2.0", | |||
"filp/whoops": "^2.0", | |||
"fzaninotto/faker": "^1.4", | |||
"mockery/mockery": "^1.0", | |||
"nunomaduro/collision": "^4.1", | |||
"phpunit/phpunit": "^8.5" | |||
}, | |||
"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 source diff could not be displayed because it is too large.
You can
view the blob
instead.
docker-compose.yml
0 → 100644
laravue-entrypoint.sh
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
phpunit.xml
0 → 100644
server.php
0 → 100644
webpack.config.js
0 → 100644
webpack.mix.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment