Laravel - Repeating entry with unique parameter for different users
问题 Using Laravel 5.2. I'm developing a Phonebook project in Laravel, where you store contact info in a table named Contacts . To create new contacts in this table, you have to be registered, and your info will be recorded in a users table I created a view to show the Contacts table and in the Controller I came up with a logic to only show the contacts that you created in the table. So, it means you cannot see the contacts another user created in the table. This logic is to prevent the user