sreejithbs / Laravel-AJAX-CRUD-Modal

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 92.4%Language:HTML 6.1%Language:Vue 0.7%Language:ApacheConf 0.7%