Maatwebsite\Excel\ install laravel
php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider" --tag=config
Maatwebsite\Excel\ install laravel
php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider" --tag=config
maatwebsite/excel package 5.2 laravel
"maatwebsite/excel": "~2.1.0"
install maatwebsite/excel in laravel
composer require maatwebsite/excel --ignore-platform-reqs
config/app.php
'providers' => [
...
Maatwebsite\Excel\ExcelServiceProvider::class,
],
'aliases' => [
...
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
]
php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider" --tag=config
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us