v3.0.0
What's Changed
- Laravel BlogKit v3.0 by @caendesilva in #54
Major changes
- Upgrade to Laravel 11
- Minimum PHP version is 8.2
- Default to SQLite database
- Change namespace
App\Http\Livewire
toApp\Livewire
Frontend changes
- Article prose now fills entire card
- Hides the cover image from article view unless it is not set
- Hides the description from the article page
Fixes
- Remove old BrowserSync import
- Remove duplicate Alpine import
- Livewire fixes
Full Changelog: v2.2.0...v3.0.0