Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 429 Bytes

File metadata and controls

23 lines (13 loc) · 429 Bytes

webdev-test

Webdev Test Repository

Clone the repo and run composer install, to install dependencies

Create a database "webdev_test"

Configure application connection details in the .env file i.e

1. Database url
2. Database Name
3. Username
4. Password

Run php artisan migrate

Run php artisan serve

Access the project in browser usually: http://127.0.0.1:8000

Create, Retrieve, Edit, Delete Users