thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

Laravel Spark integration #198

Closed scottybo closed 6 years ago

scottybo commented 6 years ago

Attempted to install Chatter on Laravel Spark but I get the error

View [layouts.app] not found. (View: /var/www/html/chatter/vendor/devdojo/chatter/src/Views/home.blade.php)

Any ideas?

marktopper commented 6 years ago

You have set the layout view (config chatter.master_file_extend) to be layouts.app, but without having a layouts/app.blade.php view file. I recommend that you just copy it from Laravel's repository or make your own.