chatter
chatter copied to clipboard
blade for forum
Where can I see the forum.blade.php? if I want to edit something on it. thanks in advance.
I think this is the file. "vendor/devdojo/chatter/src/Views/home.blade.php"
@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
@aaronranard I tried to run php artisan vendor:publish
but it doesn't work..