Aaron Ranard
Aaron Ranard
First try to remove the **devdojo/chatter** line your `composer.json` file and run `composer update`, if that doesn't work try `composer dump-autoload`
@keilibog don't edit the vendor file directly, run `php artisan vendor:publish` which will publish the forum view to `resources/views/vendor/chatter/home.blade.php`
If you have elements that are populated dynamically from your database, like confirmations that a user must check, for example, they should not have to be hardcoded into tests. ```...
[Gif Example](http://i.imgur.com/d8c4kkV.gifv)