Download the PHP package devniks/blog-curd without Composer
On this page you can find all versions of the php package devniks/blog-curd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download devniks/blog-curd
More information about devniks/blog-curd
Files in devniks/blog-curd
Download devniks/blog-curd
More information about devniks/blog-curd
Files in devniks/blog-curd
Vendor devniks
Package blog-curd
Short Description using this package you can add blog curd in your project
License MIT
Package blog-curd
Short Description using this package you can add blog curd in your project
License MIT
Please rate this library. Is it a good library?
Informations about the package blog-curd
Blog-CRUD Package
Introduction
Blog-CRUD is a Laravel package that provides a simple CRUD system for managing blog posts. It includes database migrations, models, and methods to add, edit, delete, and list blog posts with pagination.
Installation
You can install this package via Composer:
Running Migrations
After installing the package, run the following command to create the necessary database table:
Usage
Adding a Blog Post
Updating a Blog Post
Deleting a Blog Post (Soft Delete)
Restoring a Soft Deleted Blog Post
Fetching Blogs with Pagination
Features
- Simple CRUD operations
- Soft delete support
- Pagination support
- Easy installation and setup
License
This package is open-sourced software licensed under the MIT license.
All versions of blog-curd with dependencies
PHP Build Version
Package Version
The package devniks/blog-curd contains the following files
Loading the files please wait ....