Skip to content

Release v1.2.0

Choose a tag to compare

@ViewFromTheBox ViewFromTheBox released this 02 Feb 00:35
· 21 commits to main since this release

Added\n- Laravel Boost AI guidelines integration\n- Added resources/boost/guidelines/core.blade.php for AI-assisted development\n- Comprehensive package documentation for Laravel Boost users\n- Code examples for actions, filters, priorities, and Blade directives\n- Laravel Pint code style support\n- Added laravel/pint package for PHP code formatting\n- Added artisanpack-ui/code-style-pint package for ArtisanPackUI preset\n- Added pint-setup.php script for generating Pint configuration\n- Added pint.json configuration with ArtisanPackUI coding standards\n- GitLab CI Pint code style job\n- Automated code style checking using Pint in CI pipeline\n- Configured as non-blocking (allow_failure: true)\n### Changed\n- GitLab CI configuration standardized to PHP 8.4\n- Updated build stage to use PHP 8.4 with Composer\n- Updated test stage to use PHP 8.4\n- Updated code-style stage to use PHP 8.4\n- Added installation of git, unzip, and PHP zip extension in build stage\n- Ensures consistent PHP version across all CI jobs\n- Updated Symfony dependencies to v7.3.7 (security update)\n- Fixed security advisory PKSA-365x-2zjk-pt47 in symfony/http-foundation\n### Development\n- Improved CI/CD pipeline reliability\n- Enhanced code quality tools with Pint integration