Author: Manuel Lemos
Updated on: 2022-01-05
Posted on: 2022-01-05
Package: Laravel Module Generator
This package can generate code to help create different components for Laravel applications. This way, you can start creating Laravel applications much faster.
About the Laravel Module Generator Package
The package Laravel Module Generator is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Generate code for modules for Laravel applications
Here follows in more detail what it does:
This package can generate code for modules for Laravel applications.
It provides a Laravel service that can generate code for different files composing modules of an HMVC Laravel based application using the artisan command.
Currently, the package can:
- Create a new module
- Create a new custom Eloquent cast class of a module.
- Create a new channel class of a module.
- Create a new Artisan command of a module.
- Create a new view component of a module.
- Create a new controller class of a module.
- Create a new event class of a module.
- Create a new custom exception class of a module.
- Create a new model factory of a module.
- Create a new job class of a module.
- Create a new event listener class of a module.
- Create a new email class of a module.
- Create a new middleware class of a module.
- Create a new migration file of a module.
- Create a new Eloquent model class of a module.
- Create a new notification class of a module.
- Create a new observer class of a module.
- Create a new policy class of a module.
- Create a new service provider class of a module.
- Create a new form request class of a module.
- Create a new resource of a module.
- Create a new validation rule of a module.
- Create a new seeder class of a module.
- Create a new test class of a module.
- Drop all tables, then re-run migrations of a module.
- Reset and re-run all module migrations.
- Rollback all database migrations of a module.
- Rollback the last database migration of a module.
- Show the status of each migration of a module.
- Display all modules info.
- Get a routes list of a specific module.
- Seed the database with records of a module.
- Run the module tests.
Conclusion
The Laravel Module Generator can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
1,589,806 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.