You can try this tutorial. It is a complete Laravel ajax CRUD operation including search, sort and pagination
https://laracast.blogspot.com/2016/06/laravel-ajax-crud-search-sort-and.html
I have a tutorial 'Lets do this' on my blog that is a super basic crud setup.
Setup and configuration, authentication and basic crud
asklagbox - blog - Lets do this Part 1
Authorization
asklagbox - blog - Lets do this Part 2
User management and Events
You can once see this article, it may be helpful to create first crud application in Laravel 5 www.expertphp.in/article/laravel-52-crud-create-read-update-delete-example-from-scratch
You can read through this article to get a very basic understanding of creating a CRUD in an admin section.
It uses Laravel 5.3 and the basic blade templates. I have created a category resource that lets you to create, edit, update and destroy categories.
http://deepdivetuts.com/basic-create-edit-update-delete-functionality-laravel-5-3
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community