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