This package will generate some files to Datitong
luffluo/laravel-datitong-generators is a Laravel package for this package will generate some files to datitong.
It currently has 1 GitHub stars and 217 downloads on Packagist (latest version v1.0.0-beta-2).
Install it with composer require luffluo/laravel-datitong-generators.
Discover more Laravel packages by luffluo
or browse all Laravel packages to compare alternatives.
Last updated
This package will generate some files for ChuangKe Company's products.
Install by composer
$ composer require luffluo/laravel-datitong-generators
It can generating a controller and templates
$ php artisan admin:make ModuleName/ControllerName
It can generating with a model
$ php artisan admin:make ModuleName/ControllerName --model|-m
It can generating with a model for custom model name
$ php artisan admin:make ModuleName/ControllerName -m=ModelName
$ php artisan admin:make ModuleName/ControllerName -m=ParentDir/ModelName
It can generating with a service
$ php artisan admin:make ModuleName/ControllerName --service|-s
It can generating with a service for custom service name
$ php artisan admin:make ModuleName/ControllerName -s=ServiceName
$ php artisan admin:make ModuleName/ControllerName -s=ParentDir/ServiceName
It can generating with a request
$ php artisan admin:make ModuleName/ControllerName --request|-r
It can generating with a request for custom request name
$ php artisan admin:make ModuleName/ControllerName -r=RequestName
$ php artisan admin:make ModuleName/ControllerName -r=ParentDir/RequestName