- ssh to server
cd /var/www/<domain_name>
php artisan invitation:send <email_of_the_receiver>
# Successfully send one invitation.
As we are testing this in a local environment, using mailtrap makes it easier.
- Check your mailtrap account.
- "Click here to activate" link
Fill the registration form, and submit.
Server recieves the form data, and sends a verification e-mail the user's e-mail.
- Check mailtrap
- Open e-mail, click to verify the e-mail
- Server accepts verification, redirects user to profile page.
- At this stage user is registered to the blog.
- Site administrator must add the user to roles to make it functional.