crudpackage/blogcrud

Laravel Blog Crud Package

Maintainers

Package info

github.com/PrakashBidari/blog-crud-package

Type:package

pkg:composer/crudpackage/blogcrud

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-14 09:21:58 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"