Created command for importing data from excel

This commit is contained in:
Gregorio Chiko Putra
2019-05-14 14:58:06 +07:00
parent a1f7147bd1
commit 9b91fe40ce
11 changed files with 757 additions and 2 deletions

View File

@@ -165,6 +165,7 @@ return [
/*
* Package Service Providers...
*/
Maatwebsite\Excel\ExcelServiceProvider::class,
/*
* Application Service Providers...
@@ -225,6 +226,7 @@ return [
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class,
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
],