A PHP Laravel API developed with Laravel 6 framework.
- Login
- Signup
- Update
- Delete
- Show All User
- Show User By ID
- Clone this repository
- Run
composer install - Adjust the database configuration in the
.envfile - run migration with command
$ artisan migrate
- Done