🆙 Add cms i using 🆙

This commit is contained in:
Remco
2025-11-25 22:42:56 +01:00
parent 94704e0925
commit d44196149e
35591 changed files with 3601123 additions and 0 deletions
@@ -0,0 +1,97 @@
# Changelog
All notable changes to `laravel-themer` will be documented in this file.
## 2.3.3 - 2024-05-15
- Fix Update home route to dashboard
## 2.3.2 - 2024-05-15
- Update home route to dashboard
## 2.3.1 - 2024-05-15
- Fix tailwindcss to vite preset
## 2.3.0 - 2024-05-15
- Fix update vite preset dependencies
## 2.2.1 - 2024-03-07
- Fix psalm errors.
## 2.2.0 - 2024-03-07
- Laravel 11.x support.
## 2.1.0 - 2023-02-14
- Laravel 10.x support.
## 2.0.2 - 2022-09-04
- Add build directory in `vite.config.js`.
- Add theme path in `tailwind.config.js` content configuration.
## 2.0.1 - 2022-07-19
- Vue ViteJs plugin upgrade
## 2.0.0 - 2022-07-19
- Add Vite support
- Drop support for Laravel mix
- Drop support for Laravel v7.0, v8.0
## 1.7.1 - 2022-07-19
- Update installation setup in README.md file
## 1.7.0 - 2022-02-11
- Laravel 9.0 support
## 1.6.0 - 2022-01-12
- Tailwind package update
## 1.5.0 - 2021-05-30
- 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
## 1.4.4 - 2021-02-20
- Bug fix theme solution provider
## 1.4.3 - 2021-02-01
- Video links updated in the `ThemeSolutionProvider`
## 1.4.2 - 2021-01-29
- `Theme::getViewPaths();` method added
- Bug fix on register theme service provider
## 1.4.1 - 2021-01-28
- Validate Vue version, if a specific Vue version is installed then cannot generate a theme for other Vue version.
## 1.4.0 - 2021-01-26
- Added Vue 3 Preset
## 1.3.0 - 2021-01-26
- Refactor code for preset export
- Add `babelConfig` in `webpack.mix.js` for `preset-react` for Mix version 5.x
- Load `tailwind.config.js` from theme directory
## 1.2.3 - 2021-01-23
- Refactoring `AuthScaffolding` trait
- `ThemeBasePathNotDefined` exception
## 1.2.2 - 2021-01-05
- output message on theme command
## 1.2.1 - 2021-01-03
- Documentation link update
## 1.2.0 - 2021-01-03
- theme middleware to set active theme
## 1.1.0 - 2021-01-03
- code refactoring
## 1.0.0 - 2021-01-02
- initial release