johnadan / Ajax-CRUD-example-in-laravel

Example performing CRUD operations in laravel using ajax.

Home Page:http://justlaravel.com/ajax-crud-operations-laravel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://justlaravel.com/ajax-crud-operations-laravel/

About

Example performing CRUD operations in laravel using ajax.

http://justlaravel.com/ajax-crud-operations-laravel/


Languages

Language:PHP 94.3%Language:HTML 5.0%Language:Vue 0.7%