In [episode 4](https://laracasts.com/series/lets-build-a-forum-with-laravel/episodes/4) Jeff mentions an official package called [Laravel Dusk](https://laravel.com/docs/5.7/dusk) as well as [this package](https://github.com/laravel/browser-kit-testing), both of which allow us to test within an actual browser. We should look into this at some point.