You should have been told which set of tasks to complete. If not please let your contact know.
Feel free to do both sets if you want.
- Add a page for users to register
- Use http://postcodes.io/ to ensure that users submit a valid postcode
- Send a welcome email when a user is registered
- Add an artisan command to list recently registered users
Start the development server using php artisan serve and go to http://127.0.0.1:8000/address
- Make the address lookup component accessible
- Style it using bootstrap
- Copy .env.example to .env to be sure
POST_CODE_VALID_URLis exist - To register user go to
http://127.0.0.1:8000/users - To list all registered users run command
php artisan users:list