CMS
Pages
You can easily create new pages through the admin panel.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<?php
// Any existing hard coded routes
Route::view('/', 'welcome');
// Register CMS routes by adding this at the very bottom of the file
cms()->routes();
cms()->registerBlock(Hero::class);
<x-cms::page :$page />
<x-cms::page.content :$page />
<x-cms::page.blocks :$page />