git clone https://github.com/rodrigopedra/laracasts-issue-email.git
cd laracasts-issue-email
cp .env.example .env
composer install
php artisan key:generate
php artisan serve
- Visit http://127.0.0.1:8000/
- Click
send email
By default, the log
mail driver is used, and the last written log lines are shown.