All Projects β†’ bvipul β†’ generator

bvipul / generator

Licence: MIT license
A Laravel Module Generator Package for Laravel AdminPanel <https://github.com/viralsolani/laravel-adminpanel>

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to generator

Dancer-Plugin-SimpleCRUD
Quick and effortless CRUD (create/read/update/delete) operations based on database tables
Stars: ✭ 25 (+31.58%)
Mutual labels:  crud-generator
laravel-5.3-app
πŸ—ΊοΈ Get started with Laravel 5.3, Vue.js and Google Maps API
Stars: ✭ 28 (+47.37%)
Mutual labels:  laravel5
laravel-hijri-dates
Hijri dates for Laravel
Stars: ✭ 25 (+31.58%)
Mutual labels:  laravel5
combustor
MVC code generator for the Codeigniter framework.
Stars: ✭ 31 (+63.16%)
Mutual labels:  crud-generator
Crudbooster
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Stars: ✭ 1,580 (+8215.79%)
Mutual labels:  crud-generator
jetstream-inertia-generator
Laravel 8 Admin CRUD generator built with Jetstream, Inertia js, Vue 3 and Tailwindcss 2
Stars: ✭ 105 (+452.63%)
Mutual labels:  crud-generator
klaravel
DEPRECATED Laravel control panel for developers, comes with integrated Scaffold generator, backups, logs, and embedde user guide.
Stars: ✭ 24 (+26.32%)
Mutual labels:  crud-generator
cache
Laravel & Lumen Cache Service | File and Redis cache system
Stars: ✭ 19 (+0%)
Mutual labels:  laravel5
Crud
NestJs CRUD for RESTful APIs
Stars: ✭ 2,709 (+14157.89%)
Mutual labels:  crud-generator
generator-laravel-5
Scaffold Laravel 5.7 applications with ease.
Stars: ✭ 19 (+0%)
Mutual labels:  laravel5
Crud
CRUD PORTO Containers for apiato and Angular2 modules generator, based on Laravel 5.4 and Angular 2.4+
Stars: ✭ 23 (+21.05%)
Mutual labels:  crud-generator
Laravel Generator
InfyOm Laravel Generator - API, Scaffold, Tests, CRUD Laravel Generator
Stars: ✭ 3,306 (+17300%)
Mutual labels:  crud-generator
laravelmanthra
Laravel Crud Generator, I have working for years and I can tell you... It's all CRUD πŸ’©πŸ’©πŸ’©
Stars: ✭ 27 (+42.11%)
Mutual labels:  crud-generator
laravel-crud-generator
Laravel CRUD Generator
Stars: ✭ 181 (+852.63%)
Mutual labels:  crud-generator
celerio
Celerio is a code generator tool for data-driven application.
Stars: ✭ 73 (+284.21%)
Mutual labels:  crud-generator
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (+89.47%)
Mutual labels:  crud-generator
Laravel-5.3-Repository
Simple repository setup for Laravel 5.3
Stars: ✭ 17 (-10.53%)
Mutual labels:  laravel5
Segnalibro
Save and comment your favorite links from the web. It's just a bookmarking application.
Stars: ✭ 14 (-26.32%)
Mutual labels:  laravel5
laravel-adminlte-boilerplate
Laravel 5.6+ AdminLTE
Stars: ✭ 45 (+136.84%)
Mutual labels:  laravel5
laravel-fiverrclone
Full functional fiverr clone
Stars: ✭ 23 (+21.05%)
Mutual labels:  laravel5

Generator

A Laravel Module Generator Package for Laravel AdminPanel < https://github.com/viralsolani/laravel-adminpanel >

License

This Module Generator is open-sourced software licensed under the MIT license

Official Documentation

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

composer require bvipul/generator ^5.6

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

Configuration

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

'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:

php artisan vendor:publish --tag=generator_views

and you can get the title "Module Management" from package's translation file by using:

{{ 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 [email protected]

Note

This is hotfix for https://github.com/viralsolani/laravel-adminpanel/issues/528

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].