/Laravel6-SIMPLE_CRUD

Create, Read, Update and Delete Operations using Laravel v.6

Primary LanguagePHP

Laravel6-SIMPLE_CRUD

Create, Read, Update and Delete Operations using Laravel v.6

Setup

make a .env file and set your db run php artisan migrate

Usage

Run the backend

php artisan serve

Browse the website using http://localhost:8000