You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can completely customize which environments you want to have enabled for the favicon generation, as well as the font and colors that will be used.
43
57
@@ -87,7 +101,7 @@ return [
87
101
/*
88
102
* Intervention Image supports "GD Library" and "Imagick" to process images
89
103
* internally. You may choose one of them according to your PHP
90
-
* configuration. By default PHP's "GD Library" implementation is used.
104
+
* configuration. By default, PHP's "GD Library" implementation is used.
91
105
*
92
106
* If you want to convert ICO files, you need to use imagick.
93
107
*
@@ -136,23 +150,23 @@ The `shouldGenerateFavicon` method can be used to determine if a custom favicon
136
150
137
151
## FAQ
138
152
139
-
- My ICO files are not working, why?
153
+
###My ICO files are not working, why?
140
154
141
155
In order to modify ICO files, you need the Imagick PHP library installed and enabled in your `config/favicon.php` file.
142
156
143
-
- Is there a performance impact when I'm using this package?
157
+
###Is there a performance impact when I'm using this package?
144
158
145
159
No - the default generator only modifies your favicon when the specified environment is enabled. This means, that production environments only see the static assets that you already have.
146
160
147
-
###Changelog
161
+
## Changelog
148
162
149
163
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
150
164
151
165
## Contributing
152
166
153
167
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
154
168
155
-
###Security
169
+
## Security
156
170
157
171
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
0 commit comments