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...