laravel 5.4 - Export To Excel
Step 1
"maatwebsite/excel": "~2.1.0"
Step 2 : After updating composer, add the ServiceProvider to the providers array in
app/config/app.php
Maatwebsite\Excel\ExcelServiceProvider::class,
Step 3 : You can use the facade for shorter code. Add this to your aliasses:
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
How To Use?
Belum ada Komentar untuk "laravel 5.4 - Export To Excel"
Posting Komentar