seventhcode/console-service

There is no license information available for the latest version (v1.3.1) of this package.

Base de console

Installs: 99

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

v1.3.1 2021-08-14 02:26 UTC

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