Getting started
Installation
composer require astrotomic/stancy
php artisan vendor:publish --provider="Spatie\Sheets\SheetsServiceProvider" --tag=config
mkdir -p ./resources/content/static
mkdir -p ./views/content
mkdir -p ./app/Pages<?php
return [
// ...
'disks' => [
// ...
'static' => [
'driver' => 'local',
'root' => resource_path('content/static'),
],
],
];<?php
return [
'default_collection' => 'static',
'collections' => [
'static',
],
];Home
Sitemap
Blog
Feed
Last updated
Was this helpful?