On a plain install, you can't view a category. You get the error
ErrorException in Builder.php line 2071:
Call to undefined method Illuminate\Database\Query\Builder::withTrashed()
The category model doesn't have a softdelete trait. Also the table forum_categories doesn't have a deleted_at field