2017 © Pedro Peláez
 

package generator

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

image

bvipul/generator

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  • Thursday, July 19, 2018
  • by bvipul
  • Repository
  • 2 Watchers
  • 4 Stars
  • 2,234 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 11 Versions
  • 61 % Grown

The README.md

Generator

A Laravel Module Generator Package for Laravel AdminPanel < https://github.com/viralsolani/laravel-adminpanel >, (*1)

License

This Module Generator is open-sourced software licensed under the MIT license, (*2)

Official Documentation

To get started with Generator, use Composer to add the package to your project's dependencies:, (*3)

composer require bvipul/generator ^5.6, (*4)

Since you would be having work of this generator, while creating your project, hence only require it in the dev environment., (*5)

Configuration

After installing the Generator, register the Bvipul\Generator\Provider\CrudGeneratorServiceProvider in your config/app.php configuration file:, (*6)

'providers' => [
    // Other service providers...

    Bvipul\Generator\Provider\CrudGeneratorServiceProvider::class
],

If you need to change what the stubs are generating for you, you can always publish the package's views files by below command:, (*7)

php artisan vendor:publish --tag=generator_views

and you can get the title "Module Management" from package's translation file by using:, (*8)

{{ trans('generator::menus.modules.management') }}

Contribute

You can contribute to this project, by just taking fork of it. We are open for suggestion and PRs. If you have any new suggestions or anything for that matter, contact me at basapativipulkumar@gmail.com, (*9)

Note

This is hotfix for https://github.com/viralsolani/laravel-adminpanel/issues/528, (*10)

The Versions

19/07 2018

dev-master

9999999-dev

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

07/07 2018

v5.6.1

5.6.1.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

23/06 2018

v5.6

5.6.0.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

28/03 2018

1.01

1.01.0.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

24/03 2018

v1

1.0.0.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

16/12 2017

0.9.3

0.9.3.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

15/12 2017

0.9.2

0.9.2.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

30/11 2017

v0.9.1

0.9.1.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

14/11 2017

0.7

0.7.0.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

14/11 2017

0.9

0.9.0.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati

12/11 2017

0.8

0.8.0.0

To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.

  Sources   Download

MIT

by Vipul Basapati