v4.0.0
What's Changed
- Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot
- Updates and fixes for filament v4
Changelogs and Releases Notes for Sky: Simple Filamentphp CMS for your website. it includes posts, pages, tags, categories, and more. <br> With a frontend scaffolding. easy to customize and match your branding..
->skyModels([...])
please change the method to ->models([...])
published_at
from posts
and page
scope, if your are usg these scopes, please add ->whereDate('published_at', '<=', now())
where needed.resources/views/themes/zeus/sky/addons/library-types/*-url.blade.php
Added a Small feature to allow to hide Resources from Navigation:
your panel provider you can hide any resource from the side nav
->hideResources([
FaqResource::class,
])
for more check out the docs: