linhnh95 / lumen-structure-generate by linhnh95

Library Support For Structure Laravel
34
0
1
Package Data
Maintainer Username: linhnh95
Maintainer Contact: jd.linhnh95@gmail.com (Nguyen Hong Linh)
Package Create Date: 2023-09-08
Package Last Update: 2023-09-26
Language: PHP
License: MIT
Last Refreshed: 2024-05-06 03:00:17
Package Statistics
Total Downloads: 34
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

lumen-generate

Laravel Lumen Generate is a package that helps to create structure and help with the project construction process.

Installation

Require this package with composer. It is recommended to only require the package.

composer require linhnh95/laravel-api-lumen-generate

Usage

After running the composer. Turn on the terminal screen and run the command

Adding the text after { of register function

/**BEGIN CONFIG**/
/**END CONFIG**/
php artisan lumen-generate:init

To create a series of processing files for a Model using 5 layers

php artisan lumen-generate:make {name} // name can be in the form Folder/FileName