Laravel Daily - How to Structure Databases in Laravel

Laravel Daily - How to Structure Databases in Laravel

Register & Get access to index

CNntTpB.png


Relationships, Performance Optimization, Practical Examples​

Structuring a Database is one of the biggest struggles I've seen when starting a new project.

There are questions like:

  • Should it be a belongsTo or belongsToMany relationship?
  • Maybe I use polymorphic relationships?
  • Should I have one large table with 20 columns or divide that into multiple smaller ones?
  • What would be the query performance for structure X?
  • etc.
azT41YTIRjigic0PIiQ4


So in this 2-hour course, over 20 videos, I will talk about those practical problems, with examples, based on Laravel, MySQL, and Eloquent / Query Builder.
Author
TUTProfessor
Downloads
346
Views
2,948
First release
Last update
Rating
2.50 star(s) 2 ratings

More resources from TUTProfessor

Latest reviews

mmm
I would give excellent if part 2 is fixed. Very much needed for many of us.