Create custom DataTable Component using Laravel 8 & Vue 3 (Part 1 API Implementation)

Опубликовано: 20 Март 2026
на канале: BPKodes
3,640
57

In this series we will be learning to create custom data table component using Laravel 8 and Vue 3.

The first video includes implementation of API to fetch the data so that frontend application / mobile app can consume it. We cover the following topics in this video:
Scaffolding of a new Laravel 8 application
Seed 500 user data using Laravel seeder and factory
Fetch paginated users data with search, sort and pagination
  / create-dynamic-data-table-component-with-l...