The Ultimate Blog is a package that allows you to integrate a whole blog system that contains:
- CRUD on posts
- Likes/Dislikes
- Commenting system
- Search posts
- Post user control system
- Notification and alerts system
- Author profile
- Responsive design
- Tags System
- Views count
- Subscribe to blog
- Live chatroom
- Follow/Unfollow Author
- Admin panel
composer require fjerbi/ultimateblog
'model' => App\User::class,
'model' => fjerbi\ultimateblog\User::class,
fjerbi\ultimateblog\BlogServiceProvider::class,
http://localhost:8000/ultimateblog
This package works with Laravel 5.* and 6.*