You're viewing the docs for an old version of this package. Go to the latest version?

Introduction (Laravel Forum 4.x)

Introduction

Introduction

laravel-forum-frontend is an optional package that provides a set of standard routes, controllers and Blade views for the forum. For most users, this is the easiest way of getting a front-end up and running on a fresh install of laravel-forum; it’s written with Bootstrap 3 in mind and only requires some view overrides to integrate with existing designs.

However, if your application doesn’t use the Blade template engine or you otherwise want to build out your own front-end, the API makes that straightforward and includes an internal dispatcher for easy consumption in your application code rather than over HTTP.