v2.8.0
Upgrade Notice
Foxws\WireUse\Forms\Concerns\WithAttributes
now usesFormRequest
, and it's methods have been renamed from$form->toCollect()
to$form->collect()
,$form->toFluent()
to$form->fluent()
, and newly introduced$form->request()
.- To use SEO on
Foxws\WireUse\Views\Support\Page
, please install and configureartesaos/seotools
. - For navigation links, it's recommended to use
wire:current
to mark active classes.
What's Changed
- feat: seo by @francoism90 in #15
Full Changelog: v2.7.3...v2.8.0