Laravel 8 Ajax Crud
A simple implementation of laravel 8 Ajax Crud.
To follow along, this application has been documented as an article on siddharth shukla blog. you can checkout here.
Set up
To set up this project, first clone the repositiory
$ git clone https://github.com/siddharth018/Laravel-8-CRUD-using-ajax.git Change your working directory into the project directory
$ cd Laravel-8-CRUD-using-ajax Then install dependencies using Composer
composer install
Run the application with the following command
$ php artisan serve
Remember to visit http://127.0.0.1:8000/books
Built With Laravel - The PHP Framework For Web Artisans.
Mysql - A relational database management system.
Join in youtube (https://www.youtube.com/channel/UCVSvNQjV5gwKIP9ZgaXSU1w?view_as=subscriber).
Join in Facebook (https://www.facebook.com/siddharthshukla181992/?modal=admin_todo_tour)
Join in Instagram (https://www.instagram.com/siddharth_shukla018/)
Join in Linkedin (https://www.linkedin.com/in/siddharth-shukla-32873659/)