Tuesday, March 14, 2017

Favourite system in Laravel 5.3

I would like some help in implementing a 'Favourite' system on my application.

Currently I have some charities in my application, and I want the current user to be able to favourite a charity -- which is stored in a database (userID, charityID, charity info etc) -- Then I want this to be printed out on the users profile page, so they can see the charities that they have added to their favourites.

How would I go about this in Laravel 5, there's not many good tutorials on the web that I have come across, would appreciate any help!



via Jay

Advertisement