File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,19 @@ composer require beyondcode/laravel-favicon
2525
2626The service provider for this package will be automatically registered for you.
2727
28+ ### Compatibility
29+
30+ | | 1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 |
31+ | -------| -----| -----| -----| -----| -----| -----| -----|
32+ | 5.6.x | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
33+ | 5.7.x | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
34+ | 5.8.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
35+ | 6.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
36+ | 7.x | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
37+ | 8.x | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ |
38+ | 9.x | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |
39+ | 10.x | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ |
40+
2841## Usage
2942
3043To make use of this package, make use of the ` favicon ` helper function that this package provides.
You can’t perform that action at this time.
0 commit comments