DEV Community

Cover image for Laravel-Module-Create: Streamline Your Development with Modularity
Wagner Rigoli da Rosa
Wagner Rigoli da Rosa

Posted on

Laravel-Module-Create: Streamline Your Development with Modularity


Tired of manually setting up a Laravel module every time you need a new one? With laravel-module-create, you can generate complete modules with just one command.

This tool was designed to simplify your code organization, allowing you to create clear and standardized module structures. With a single php artisan module create command, you can generate all the necessary files for a functional module, including controllers, models, routes, and migrations.

Key features

  • Full Generation: Create a module with its entire directory structure and essential files.

  • Easy Customization: Adapt the stubs (template files) so that the generated modules follow your project's standards.

  • Native Integration: Works seamlessly with the Laravel CLI, making the user experience smooth and intuitive.

If you're looking for a way to keep your code clean, organized, and scalable, laravel-module-create is the ideal tool. To get started, check out the full documentation at the following links:

GitHub https://github.com/wr2net/laravel-module-create

Laravel Hub https://laravel-hub.com/package/laravel-module-create

Packagist https://packagist.org/packages/wr2net/lm-create

Top comments (0)