linhdanchu / command
create file by command
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/linhdanchu/command
This package is auto-updated.
Last update: 2025-09-12 21:40:42 UTC
README
Đây là 1 package tạo file reposiotory bằng command danh cho laravel
Cài đặt
composer require linhdanchu/command
Sử dụng
đăng ki Povider
Linhdanchu\Artisan\Providers\RepositoryServicePovider::class
tạo file reposiotory php artisan make:repository {composer} {suffix?} {base_repository?} {construct?} {create_base_repository?}
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
composer | string | true | Tên file repository | |
suffix | boolean | false | true | Trạng thái tên file repository đã có tên hậu tố Repository |
base_repository | boolean | false | false | Trạng thái extends BaseRepository |
construct | boolean | false | false | Có hàm __construct |
create_base_repository | boolean | false | false | Trạng thái tạo file BaseRepository |