Laravel models, database and pivot tables question
Hello I am working with Laravel, I have to create two simple models, let's say Stores and Books. Stores can have one or multiple Books and Books can belong to many Stores. Of course I will use a many to…