Documentation & Packaging
Added
- Full documentation site in
docs/following Spatie conventions (30 pages across 6 sections) - Getting Started guide: creating pages, adding widgets, saving and publishing
- Widget reference pages for all 5 categories (Content, Media, Interactive, Layout, Advanced)
- Configuration reference with all
config/layup.phpoptions - Grid system documentation (12-column grid, responsive spans, breakpoints, visibility)
- Advanced guides: custom widgets, extending widgets, Tailwind safelist, revision history, page templates, frontend rendering, theme system, testing helpers, rendering content
- API reference: Widget contract, models, service provider, support classes
.gitattributesto exclude docs, tests, and dev files from Composer dist installshomepageandsupportURLs incomposer.jsonfor Packagist
Changed
- README trimmed to concise overview with links to full documentation
- Installation section updated with
layup:installwizard and Filament prerequisite
Full Changelog: v1.2.1...v1.2.2