aldev/moduler

Creating moduler, seems like DDD

1.2.0 2023-10-02 10:33 UTC

This package is auto-updated.

Last update: 2024-05-01 00:14:08 UTC


README

  • Creating sub package.

Installation

composer require aldev/moduler

Manual Installation

# Create packages/aldev folder on your root project
# Copy package to packages/aldev
# Add below line to composer.json
"repositories": {
    "aldev/moduler": {
        "type": "path",
        "url": "packages/aldev/moduler"
    }
}
# Then run installation command
composer require aldev/moduler

Commands

Command Parameters Description
moduler:create name Vendor/module/submodule. i.e php artisan moduler:create parent/child/grandchild.
_ -A|--author=John Doe Author name.
_ -E|--email=johndoe@moduler.com Author email address.
_ -D|--description= Module description/
moduler:list _ List modules.

Usage

php artisan moduler:create my/fatastic -A="John Doe" -E="johndoe@example.com" -D="My Fantastic module"

Requirements

Tech Version
PHP 7 and above
Node 14 and above
xstate any
xstate/react any
React any

Change logs

Version Description
1.2.0 Laravel 10 support
1.1.2 Fix issue on author having equal (=) sign #5
1.1.0 Can this use for Laravel 8 and up. Fixed issue regarding local adapter
1.0.0 This supports laravel 7 and below only, this will cause FlySystem error on higher version