- working with multiple modal
- request validate
- bootstrap
- opens up modal even after page is refreshed
- XAMP
- PHP V8+
- Composer
- Git
- Clone Project to your machine.
git clone https://github.com/sarozpradhan64/laravel-crud-multiple-modal.git
- Run
composer install
in root of project folder. - Rename
.env.example
to.env
. - And setup database configs in
.env
file. - Migrate the migration files.
php artisan migrate
- Then run the local server.
php artisan serve