jhonoryza/rgb-laravelwebbasecode-gen

dev-main 2024-12-23 14:17 UTC

This package is auto-updated.

Last update: 2025-01-31 12:04:18 UTC


README

DB Support

  • PostgreSQL
  • MySQL

Requirement

  • Laravel 10/11
  • PHP 8.2

Install

composer require --dev jhonoryza/rgb-laravelwebbasecode-gen

Start

  1. create and run your migration

  2. generate the module

php artisan make:cms Module

How this works

  • this package will read your migrated table column name and data type

  • auto fill column in model, factory and form request file

Generated Files

  • Model
  • Factory
  • Seeder
  • DatabaseSeeder
  • Form Request
  • Controller
  • Service
  • Blade Index, Edit and Create
  • Route
  • Menu
  • Permission

Limitation

  • For every column will always use text component in index, create and edit blade files.

Security

If you've found a bug regarding security please mail jardik.oryza@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.