/Ajax-CRUD-example-in-laravel

Example performing CRUD operations in laravel using ajax.

Primary LanguagePHP

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.
  • Run
    php artisan key:generate

Working Demo

You can see the demo of the project here

Reference Post

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