fjerbi/ultimateblog

The ultimate blog, a package that will allow you to integrate a blog system with likes/ dislikes on posts, comment system,Notification system, author profile and views count

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 0

Language:Blade

v2.0.2 2020-10-31 17:35 UTC

README

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

Future Features:

  • Live chatroom
  • Follow/Unfollow Author
  • Admin panel

Screenshots:

Ultimate blog Home page

Alt text

One post page

Alt text

Installation :

composer require fjerbi/ultimateblog

go to your config/auth.php file and update this line :

'model' => App\User::class,

'model' => fjerbi\ultimateblog\User::class,

Add this line in the providers in your config/app.php file :

fjerbi\ultimateblog\BlogServiceProvider::class,

Don't forget to config your .env file and configure your email

Finally you can access the blog by typing

http://localhost:8000/ultimateblog

Note:

This package works with Laravel 5.* and 6.*