seventhcode / console-service
There is no license information available for the latest version (v1.3.1) of this package.
Base de console
Package info
github.com/jhonnyf/console-service
Language:JavaScript
pkg:composer/seventhcode/console-service
v1.3.1
2021-08-14 02:26 UTC
Requires
- maatwebsite/excel: ^3.1
- seventhcode/form-generator: ^1.4
README
Console service by laravel
Terminal
php artisan vendor:publish --tag=migrations --force
php artisan vendor:publish --tag=public --force
php artisan storage:link
Laravel excel
config/app.php
'providers' => [ /* * Package Service Providers... */ Maatwebsite\Excel\ExcelServiceProvider::class, ]
'aliases' => [ ... 'Excel' => Maatwebsite\Excel\Facades\Excel::class, ]
Terminal
php artisan vendor:publish --provider="Maatwebsite\Excel\ExcelServiceProvider" --tag=config