laranail/package-scaffolder

Modular (HMVC) application scaffolding for Laravel — generate, manage and migrate self-contained modules.

Maintainers

Package info

github.com/laranail/package-scaffolder

Homepage

Documentation

pkg:composer/laranail/package-scaffolder

Transparency log

Fund package maintenance!

simtabi

dcblogdev

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.0 2026-07-08 15:58 UTC

This package is auto-updated.

Last update: 2026-07-09 00:10:02 UTC


README

Latest version on Packagist Tests Static analysis License: MIT

Author-time generator for the laranail ecosystem — scaffold self-contained Laravel packages, modules, and plugins (HMVC) from one Artisan command, each with its own views, controllers, models, migrations, service providers, tests, and CI.

Requires PHP ^8.4.1 || ^8.5 on Laravel ^13. Its runtime counterpart is laranail/package-management, which discovers, activates, and wires the generated artifacts into a host app.

Install

composer require --dev laranail/package-scaffolder

Documentation

Full documentation is at opensource.simtabi.com/documentation/laranail/package-scaffolder — getting started, the generated artifacts (package/module/plugin manifests), the make commands, architecture, and configuration.

Contributing & security

Issues and PRs are welcome — see CONTRIBUTING.md. Report vulnerabilities per SECURITY.md (opensource@simtabi.com); participation follows the Code of Conduct.

License

MIT © Simtabi LLC. See LICENSE.