Package Data | |
---|---|
Maintainer Username: | qsoftvietnam |
Maintainer Contact: | thedv91@gmail.com (Recycle Bin) |
Package Create Date: | 2016-08-17 |
Package Last Update: | 2016-08-29 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-14 03:07:31 |
Package Statistics | |
---|---|
Total Downloads: | 13 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
composer require qsoftvn/generator
Qsoftvn\Generator\GeneratorServiceProvider::class,
Chumper\Zipper\ZipperServiceProvider::class,
'Zipper' => Chumper\Zipper\Zipper::class,
php artisan vendor:publish --provider="Qsoftvn\Generator\GeneratorServiceProvider"
api
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array
*/
protected $except = [
'/api/*',
];