cuongpm / modularization
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 163
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/cuongpm/modularization
Requires
- cuongpm/uploader: *
 - intervention/image: ^2.3
 - predis/predis: ^1.1
 - prettus/l5-repository: *
 
- dev-master
 - v3.16
 - v3.15
 - v3.14
 - v3.13
 - v3.12
 - v3.11
 - v3.10
 - v3.09
 - v3.08
 - v3.07
 - v3.06
 - v3.05
 - v3.04
 - v3.03
 - v3.02
 - v3.01
 - v3.00
 - v2.51
 - v2.50
 - v2.49
 - v2.48
 - v2.47
 - v2.46
 - v2.45
 - v2.44
 - v2.43
 - v2.42
 - v2.41
 - v2.40
 - v2.39
 - v2.38
 - v2.37
 - v2.36
 - v2.35
 - v2.34
 - v2.33
 - v2.32
 - v2.31
 - v2.30
 - v2.29
 - v2.28
 - v2.27
 - v2.26
 - v2.25
 - v2.24
 - v2.23
 - v2.22
 - v2.21
 - v2.20
 - v2.19
 - v2.18
 - v2.17
 - v2.16
 - v2.15
 - v2.14
 - v2.13
 - v2.12
 - v2.11
 - v2.10
 - v2.09
 - v2.08
 - v2.07
 - v2.06
 - v2.05
 - v2.04
 - v2.03
 - v2.02
 - v2.01
 - v2.0
 - v1.9
 - v1.8
 - v1.7
 - v1.6
 - v1.5
 - v1.4
 - v1.3
 - v1.2
 - v1.1
 - v1.0
 - dev-M-1
 
This package is auto-updated.
Last update: 2024-03-23 16:48:40 UTC
README
This package makes it easy to build project
Postcardware
You're free to use this package (it's MIT-licensed), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
- Author: Fight Light Diamond i.am.m.cuong@gmail.com
 - MIT: 2e566161fd6039c38070de2ac4e4eadd8024a825
 
Requires
- Laravel 5.x
 
Install
You can install the package via composer:
composer require cuongpm/modularization
Usage
The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
'providers' => [
    // ...
    Cuongpm\Modularization\Cuongpm\ModularizationServiceProvider::class,
];
You can publish the migration with:
php artisan vendor:publish
Build base project:
- User interface
 
{domain}/module/create
- Use command line
 
php artisan module:project {table?} {--namespace=App}  {--path=app}  {--seed=no}'
Run unit test
./vendor/bin/phpunit {pathFolderModule}
./vendor/bin/phpunit --filter {function}  {pathFolderModule}