Download the PHP package rodgan/laravel-app-module-maker without Composer
On this page you can find all versions of the php package rodgan/laravel-app-module-maker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rodgan/laravel-app-module-maker
More information about rodgan/laravel-app-module-maker
Files in rodgan/laravel-app-module-maker
Download rodgan/laravel-app-module-maker
More information about rodgan/laravel-app-module-maker
Files in rodgan/laravel-app-module-maker
Vendor rodgan
Package laravel-app-module-maker
Short Description Create make command inside the app-module folder
License MIT
Package laravel-app-module-maker
Short Description Create make command inside the app-module folder
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-app-module-maker
๐ฆ Laravel App Module Maker
Laravel App Module Maker is a Laravel package that enhances the default make:* Artisan commands by generating files directly inside your custom app/Modules/ structure โ perfect for developers who prefer a modular architecture in Laravel.
๐ Features
- ๐๏ธ Automatically generates Laravel files like controllers, models, requests, migrations, seeders, factories, and more.
- ๐ Moves generated files into
app/Modules/{Module}/structure. - ๐ง Updates namespaces to reflect the module directory.
- ๐ Works seamlessly with existing
make:*commands. - ๐งผ Cleans up empty directories after moving files.
๐ฆ Installation
You can install it via Composer using composer require rodgan/laravel-app-module-maker --dev
๐งช Usage Use the following Artisan command to create Laravel classes inside your module:
All versions of laravel-app-module-maker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
The package rodgan/laravel-app-module-maker contains the following files
Loading the files please wait ...