Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Laravel Backends for Vue.js 3, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:10:18
    Laravel Backends for Vue.js Frontends Course Introduction
  2. Урок 2. 00:09:51
    Setup Development Environment for Backend
  3. Урок 3. 00:08:36
    Setup Development Environment for the Frontend
  4. Урок 4. 00:12:29
    Laravel Sanctum and Fortify for a Vue.js SPA
  5. Урок 5. 00:12:37
    Register Users with Laravel Fortify for a Vue.js SPA
  6. Урок 6. 00:05:07
    Tweak the Axios Base URL for Best Dev Experience
  7. Урок 7. 00:09:47
    Login and Logout Users with Laravel Fortify for a Vue.js SPA
  8. Урок 8. 00:03:11
    Cleanup the User Flow with Better Redirects
  9. Урок 9. 00:08:36
    Protect Pages with Middleware
  10. Урок 10. 00:10:02
    Create a Custom useAuth Composable
  11. Урок 11. 00:06:58
    Format the User Data Once
  12. Урок 12. 00:07:41
    Cache the User in Memory
  13. Урок 13. 00:01:09
    Update the Guest Middleware to use the Cached User
  14. Урок 14. 00:09:21
    Use Axios Intereptors to Redirect to Login Page on 401 Unauthorized Response
  15. Урок 15. 00:01:31
    Take This Composable
  16. Урок 16. 00:03:10
    Add Some Application-Wide TS Interfaces
  17. Урок 17. 00:08:21
    Manually Handle Form Validation Errors with Laravel and Vue
  18. Урок 18. 00:08:12
    Simplify Form Validation with FormKit
  19. Урок 19. 00:04:01
    Create a handleInvalidForm Utility
  20. Урок 20. 00:04:55
    Intro to CRUD with Laravel and Vue
  21. Урок 21. 00:06:55
    Create New Resources with Laravel and Vue
  22. Урок 22. 00:05:58
    Fetch Resource Lists from Laravel and Handle Pagination in Vue (Part 1)
  23. Урок 23. 00:07:13
    Handle Pagination in Vue Part 2
  24. Урок 24. 00:03:17
    Support a Page Query Param in the App URL
  25. Урок 25. 00:09:37
    Filter Data on a Vue Frontend with Laravel Query Builder from Spatie
  26. Урок 26. 00:06:02
    Debounce the Search Input
  27. Урок 27. 00:03:17
    Sort Data on a Vue Frontend with Laravel Query Builder from Spatie
  28. Урок 28. 00:02:04
    Build a Refresh Table Button
  29. Урок 29. 00:09:40
    Create a useLinks Composable
  30. Урок 30. 00:06:12
    Use the useLinks Compsable
  31. Урок 31. 00:04:45
    Update a Resource with Vue and Laravel
  32. Урок 32. 00:03:34
    Delete a Resource with Vue and Laravel
  33. Урок 33. 00:06:37
    Server Render a Vue Page with Data from a Laravel API Endpoint
  34. Урок 34. 00:02:56
    Course Conclusion