jhonoryza / laravel-bootstrap-4-generator
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jhonoryza/laravel-bootstrap-4-generator
Requires
- php: ^8.2
- illuminate/console: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0
This package is not auto-updated.
Last update: 2025-10-09 02:16:06 UTC
README
DB Support
- PostgreSQL
- MySQL
Requirement
- Laravel 10/11
- PHP 8.2
Install
composer require --dev jhonoryza/laravel-bootstrap-4-generator
Start
-
create and run your migration
-
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.