qsoftvietnam / generator by qsoftvietnam

Generator angular for Laravel
11
1
2
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: 2024-04-19 15:01:27
Package Statistics
Total Downloads: 11
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel generator package

How to install

	composer require qsoftvn/generator

Provider

	Qsoftvn\Generator\GeneratorServiceProvider::class,
	Chumper\Zipper\ZipperServiceProvider::class,

Alias

    'Zipper'    => Chumper\Zipper\Zipper::class,

Publish template and config

	php artisan vendor:publish --provider="Qsoftvn\Generator\GeneratorServiceProvider"

Add except for api

	/**
     * The URIs that should be excluded from CSRF verification.
     *
     * @var array
     */
    protected $except = [
        '/api/*',
    ];