PageData
Properties
<?php
namespace App\Pages;
class Blog extends PageData
{
/** @var string */
public $title;
/** @var \Carbon\Carbon */
public $date;
/** @var \App\Pages\Post[] */
public $posts;
}Traits
Routable & PageHasUrl
Last updated
Was this helpful?