radoan / laragen
This will create crud files and code for laravel
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2025-06-12 02:03:21 UTC
README
LaraGen is a PHP Laravel library for dealing with CRUD operation and necessary files.
Installation
Use composer to install the laragen.
composer require radoan/laragen
Service Provider
Add service provider in your config/app.php
Radoan\Laragen\LaragenServiceProvider::class,
Vendor Publishing
Publish vendor files
php artisan vendor:publish --tag=public --force
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.