A Laravel package for easy management of blog posts within your Laravel applications.
- Create, update, and delete blog posts.
Use Composer to install the package:
composer require hussain/post:dev-main
Run the below command. It will create a new table in your database named posts
php artisan migrate
During the installation time vendor is published. No need to run any command for that
To find this feature just visit the below url
your_base_url/post
If you discover a security vulnerability within this package, please send an email to [email protected] . All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced
Post is made under the MIT License (MIT).