Skip to content

sarozpradhan64/laravel-crud-multiple-modal

Repository files navigation

Laravel CRUD application

  • working with multiple modal
  • request validate
  • bootstrap
  • opens up modal even after page is refreshed

Requirements

  • XAMP
  • PHP V8+
  • Composer
  • Git

Installation

  1. Clone Project to your machine.
git clone https://github.com/sarozpradhan64/laravel-crud-multiple-modal.git
  1. Run composer install in root of project folder.
  2. Rename .env.example to .env.
  3. And setup database configs in .env file.
  4. Migrate the migration files.
php artisan migrate
  1. Then run the local server.
php artisan serve

About

CRUD operation in laravel with multiple modal view.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages