<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400"></a></p>
This is a laravel 8 crud app with a bunch of validations. This repository is all about product CRUD and laravel jetstream.
- git clone https://github.com/shohan-ch/laravel-8-crud.git
- create a database with the name "crud"
- php artisan migrate
- php artisan serve (if the server opens up, http://127.0.0.1:8000, then we are good to go)
- And finally go to this uri (http://127.0.0.1:8000/product/)
The Laravel framework is open-sourced software licensed under the MIT license.