crudpackage/blogcrud

Laravel Blog Crud Package

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

pkg:composer/crudpackage/blogcrud

v1.1.1 2025-01-31 05:24 UTC

This package is not auto-updated.

Last update: 2025-12-20 07:48:32 UTC


README

Run this in terminal to create migration, model, controller, and routes in web.php. You can change table name to any other like blogs to services or anything and also you can change field name and add or remove field name dynamically.

php artisan blogcrud:make-migration blogs --fields="title:string,content:text,author:string,featured_image:string"