laravel-favicon
laravel-favicon copied to clipboard
Create dynamic favicons based on your environment settings.
Closes #18
If i try to install this package in a l9 project composer fail to install ``` Your requirements could not be resolved to an installable set of packages. Problem 1...
Is this in the works? We have a project where we use PHP 8.0 and would love to use this package to distinguish between production and development tabs in the...
when using: ```php favicon('/favicon.ico') ``` bugs: `http://site.test/laravel-favicon//favicon.ico` fix: `http://site.test/laravel-favicon/favicon.ico`