DEV Community

Mahedi Hasan
Mahedi Hasan

Posted on

Laravel 6 - Follow Unfollow System Example From Scratch

In this tutorial I would like to share with you how to implement a follow and unfollow system with PHP Laravel and MySQLi like Twitter and Facebook. In this features you will see a user can follow unfollow another user and you can see which users following you and how many followers you have. So in this lecture I will explain you step by step create follow unfollow system in laravel 5.8 application.

https://codechief.org/article/laravel-58-follow-unfollow-system-example-from-scratch

Top comments (3)

Collapse
 
dilakv profile image
dilakv

All your post are about Laravel, i am a laravel developer too... What do you think about a lot of developers are moving to js?

Collapse
 
techmahedy profile image
Mahedi Hasan

Of course you have to learn js to become a good developer. You can learn vue, react , node or angular.

Collapse
 
zafer_ast profile image
Zafer ASLANTAŞ

Do you have source code?