Laravel AJAX CRUD Modal demo provides basic CRUD web application without page refresh in Laravel using Bootstrap Modal and AJAX.
- CLONE the package via the command line:
git clone https://github.com/sreejithbs/Laravel-AJAX-CRUD-Modal.git
- Change into the working directory
cd Laravel-AJAX-CRUD-Modal
-
Open Project in a Code Editor, rename
.env.example
to.env
and modify DB name, username, password to your environment. -
Install composer dependencies
composer install
- An application key can be generated with the command
php artisan key:generate
- Migrate the database
php artisan migrate
- Run the artisan serve command
php artisan serve
- Proceed to
http://localhost:8000/product
This project is open-source and licensed under the MIT license
Made with ❤ in Laravel