Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up your Laravel installation to work with Firepit CMS
<?php namespace App\Models; use Firepit\Cms\Models\User as FirepitUser; class User extends FirepitUser { }
$middleware
Route::middleware([\Firepit\Cms\Http\Middleware\SiteMiddleware::class])->group(function(){ // Your routes });
\Firepit\Cms\Http\Middleware\SiteLanguageMiddleware::class