Commit eeb3ea44 by Phạm Văn Đoan

cài thêm gói của edupham để xem cấu trúc db và table

parent 893e534d
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
"yangqi/htmldom": "@dev" "yangqi/htmldom": "@dev"
}, },
"require-dev": { "require-dev": {
"edupham/fillable": "dev-master",
"fzaninotto/faker": "~1.4", "fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*", "mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.7" "phpunit/phpunit": "~5.7"
......
...@@ -181,6 +181,8 @@ return [ ...@@ -181,6 +181,8 @@ return [
App\Providers\EventServiceProvider::class, App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class, App\Providers\RouteServiceProvider::class,
\Edupham\Fillable\EduphamFillableServiceProvider::class
], ],
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment