Releases: qirolab/laravel-themer
Releases · qirolab/laravel-themer
v2.0.0
- Add Vite support
- Drop support for Laravel mix
- Drop support for Laravel v7.0, v8.0
v1.7.1
- Update installation setup in the README.md file
v1.5.0
- Tailwind and Bootstrap stubs modified
- Tailwind package update
- Drop support for Laravel version 5.8 and 6.x
- .php_cs.dist rename to .php-cs-fixer.dist.php
v1.4.4
Bugfix theme solution provider
v1.4.3
- Video links updated in the
ThemeSolutionProvider
v1.4.2
Theme::getViewPaths();
method added
- Bug fix on register theme service provider
v1.4.1
- Validate the Vue version, if a specific Vue version is installed then cannot generate a theme for other Vue version.