Welcome Guest, Not a member yet? Register   Sign In
Add webp in Mimes
#1

It would be nice to add this in the mime-type:
PHP Code:
'webp' => ['image/webp'
Reply
#2

yeah! sure but you can figure out by yourself why no!
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply
#3

app/Config/Mimies.php

Find the images and add:

PHP Code:
'webp' => 'image/webp'
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#4

I sent PR: https://github.com/codeigniter4/CodeIgniter4/pull/5838
Reply
#5

Thank you @kenjis .
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#6

Added in the develop branch.
It will be included in v4.2.0.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB