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