PHP Classes

How to Setup a Laravel Application Structure using a More Complete Code Generator - Laravel Module Generator package blog

Recommend this page to a friend!
  All package blogs All package blogs   Laravel Module Generator Laravel Module Generator   Blog Laravel Module Generator package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Setup a Larave...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Package: Laravel Module Generator

Laravel is a general PHP framework that many developers use to create their PHP applications.

This package can generate code to help create different components for Laravel applications. This way, you can start creating Laravel applications much faster.




Loaded Article

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,614,673 PHP developers registered to the PHP Classes site.
Be One of Us!

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   Laravel Module Generator Laravel Module Generator   Blog Laravel Module Generator package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Setup a Larave...