Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Eloquent By Example, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:40
    Introduction
  • Урок 2. 00:09:28
    The relationship and inserting
  • Урок 3. 00:06:06
    Reverse relationship
  • Урок 4. 00:11:22
    A user has a unique token
  • Урок 5. 00:14:11
    A user has many topics
  • Урок 6. 00:14:05
    A topic has many posts
  • Урок 7. 00:06:13
    A note on default column names
  • Урок 8. 00:19:20
    Implementation
  • Урок 9. 00:14:10
    Inserting many-to-many
  • Урок 10. 00:04:55
    Default table and column names
  • Урок 11. 00:09:56
    Dates on pivots
  • Урок 12. 00:10:52
    Pivot filtering
  • Урок 13. 00:14:58
    hasManyThrough implementation
  • Урок 14. 00:15:12
    Setup and problem
  • Урок 15. 00:02:45
    A quick guide to SQL views
  • Урок 16. 00:12:24
    Implementation
  • Урок 17. 00:02:46
    How you might do this
  • Урок 18. 00:14:05
    Polymorphic relationships
  • Урок 19. 00:05:10
    Inserting on polymorphic relations
  • Урок 20. 00:05:48
    Custom polymorphic types
  • Урок 21. 00:13:23
    Showing all comments on any model by a user
  • Урок 22. 00:05:44
    Setup
  • Урок 23. 00:11:12
    Many-to-many polymorphic relationships
  • Урок 24. 00:07:48
    Inserting, updating and deleting
  • Урок 25. 00:08:55
    Showing topics and lessons under a tag
  • Урок 26. 00:10:47
    Showing all model types in one list
  • Урок 27. 00:09:22
    Setup
  • Урок 28. 00:11:43
    Comment nesting
  • Урок 29. 00:05:15
    Tidying up
  • Урок 30. 00:07:25
    Replying to any nested comment