Wesley Wilson
Staff adding module
- Once you clone the repository
- create a .env file
- copy .env.example to .env
- create a role/user in PostgreSQL [username: admin & password: admin]
- create a database with name staff
- Execute the following commands in terminal
- php artisan migrate
- php artisan serve