Skip to content

sreejithbs/Laravel-AJAX-CRUD-Modal

Repository files navigation

Laravel AJAX CRUD Modal

Laravel AJAX CRUD Modal demo provides basic CRUD web application without page refresh in Laravel using Bootstrap Modal and AJAX.

Installation

  1. CLONE the package via the command line:
  git clone https://github.com/sreejithbs/Laravel-AJAX-CRUD-Modal.git
  1. Change into the working directory
  cd Laravel-AJAX-CRUD-Modal
  1. Open Project in a Code Editor, rename .env.example to .env and modify DB name, username, password to your environment.

  2. Install composer dependencies

  composer install
  1. An application key can be generated with the command
  php artisan key:generate
  1. Migrate the database
  php artisan migrate
  1. Run the artisan serve command
  php artisan serve
  1. Proceed to
  http://localhost:8000/product

Screenshots

image image image

License

This project is open-source and licensed under the MIT license

Made with ❤ in Laravel

About

Basic CRUD web application without page refresh in Laravel using Bootstrap Modal and AJAX

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages