Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avinashn/Ajax-CRUD-example-in-laravel
Example performing CRUD operations in laravel using ajax.
https://github.com/avinashn/Ajax-CRUD-example-in-laravel
ajax crud javascript laravel php
Last synced: 2 days ago
JSON representation
Example performing CRUD operations in laravel using ajax.
- Host: GitHub
- URL: https://github.com/avinashn/Ajax-CRUD-example-in-laravel
- Owner: avinashn
- Created: 2016-08-05T09:25:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T17:54:31.000Z (over 1 year ago)
- Last Synced: 2024-04-14T01:06:33.338Z (7 months ago)
- Topics: ajax, crud, javascript, laravel, php
- Language: PHP
- Homepage: https://justlaravel.com/ajax-crud-operations-laravel/
- Size: 484 KB
- Stars: 72
- Watchers: 6
- Forks: 63
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Prerequisites
- After cloning this repository, go to the root folder, run the following command/s,
composer install
composer update - Rename .env.example to .env and provide your database details there.
- It needs a database table to perform CRUD operations on it. Run
php artisan migrate
to import the table. - Run
php artisan key:generate
## Working Demo
You can see the demo of the project here
Video demonstrating the example https://www.youtube.com/watch?v=OdFExlejRcI
## Reference Post
https://justlaravel.com/ajax-crud-operations-laravel/