• Stars
    star
    1
  • Language
    PHP
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

I explained simply about laravel 9 jquery ajax crud with popup modal example, In this example, we will create "products" table with "name" and "details" columns. we will use yajra datatable to list a record with pagination, sorting, and filter (search). we will use the bootstrap 5 modal for create new records and update new records. we will use resource routes to create a crud (create read update delete) application in laravel.