We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bf743 commit 3f2a145Copy full SHA for 3f2a145
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to `importmap-laravel` will be documented in this file.
4
5
+## 2.4.0 - 2025-03-02
6
+
7
+### What's Changed
8
9
+* Laravel 12.x Compatibility by @laravel-shift in https://github.com/tonysm/importmap-laravel/pull/59
10
11
+**Full Changelog**: https://github.com/tonysm/importmap-laravel/compare/2.3.2...2.4.0
12
13
## 2.3.1 - 2024-03-13
14
15
### What's Changed
@@ -100,6 +108,7 @@ sed -i 's/x-importmap-tags/x-importmap::tags/g' resources/**/*.php
100
108
101
109
102
110
111
103
112
```
104
113
Also, ensure you have `php artisan view:cache` in your deployment script.
105
114
0 commit comments