EasyCode - Sardar

Rank: 4045 / 4486

2 selected videos

[2017] Traits Friendships || Friend Request system || Social networking Tutorial - Part 7

In this 7th video we are trying to make friend request system with communicate between user table and friendships table. we will use php' s traits to make this function.

Next video will complete this logic and test our app.

Please comment any suggestion :)

GitHub: https://github.com/Hardeepcoder/Social-Network-in-laravel-5.4

-~-~~-~~~-~~-~-

"Check Friend Request || Already send ||"

https://www.youtube.com/watch?v=KdrgxY-Uleo

-~-~~-~~~-~~-~-

View more

Related topics : social network php github

[2017] Relationship One to One || Profile with User Model || Social networking Tutorial - Part 5

In this video we will make relationship one to one with Profile Model and User Model for access user 's profile other content such as city , country and about.

we have User model and will make new model: profile

*for profile model we will use belongsTo('App\User'); *

*for User model we will use hasOne('App\profile');*

Enjoy video :)

Get Code: https://github.com/Hardeepcoder/Social-Network-in-laravel-5.4

-~-~~-~~~-~~-~-

"Check Friend Request || Already send ||"...

View more

Related topics : social network users