Livewire Starter Kit - v1.0-beta1
Livewire Starter Kit Changelog
[1.0.0-beta1] - 2025-11-09
Added
- Support for Modular Laravel structure option during project setup
- Ability to rename the composer package based on the name set in
laravel new - Support for all available ArtisanPack UI packages (Core, Accessibility, Security, Livewire UI Components, Drag & Drop, etc.)
- Home documentation page (docs/home.md)
- Comprehensive .gitattributes configuration to exclude development files from releases
Changed
- Expanded and updated project documentation across all doc files
Removed
- CMS Framework package option (temporarily removed until it reaches beta status)
Fixed
- Issue with drag and drop package appearing in multiple selection options
- Removed .DS_Store files from repository
- Updated .gitignore to prevent .DS_Store files from being committed
[0.4.6] - 2025-09-03
- Fixed typo: Changed "CmsFramework" to "CMSFramework" in stub files and code references
- Updated UserFactory.php and DatabaseSeeder.php stub files with correct namespace casing
[0.4.5] - 2025-09-03
- Implemented comprehensive CMS Framework stub file replacement system (Approach 3)
- Added automatic User model reference updates in config/auth.php and test files
- Created stub files for UserFactory.php and DatabaseSeeder.php with proper CMS Framework model references
- Enhanced OptionalPackagesCommand with updateUserModelReferences() method for complete installation automation
[0.4.4] - 2025-09-02
- Improved optional packages installation command with multiselect interface using Laravel Prompts
- Updated CMS Framework stub files to use correct User model namespace
[0.4.3] - 2025-07-23
- Added in installation scripts for generating the theme colors and installing optional packages.
[0.3.0] - 2025-07-22
- Initial test release of the ArtisanPack UI Livewire Starter Kit package.