-
Example:
~~~php
$_GET['foo'] = 1;
var_export($_GET); // ['foo' => 1]
var_export(filter_input_array(INPUT_GET)); // []
~~~
As you can see `filter_input_array()` return initial data, it's better u…
-
The `UserProvider::save()` method saves a User entity.
https://github.com/lonnieezell/codeigniter-shield/blob/9301131ca8c1408e537fcb22de191b8eaa431dad/src/Interfaces/UserProvider.php#L28-L35
The U…
-
This library should switch to using `codeigniter4/authentication-implementation`, and maybe `Tatter\Users`.
-
[HTTP/URI.php#L599](https://github.com/codeigniter4/CodeIgniter4/blob/develop/system/HTTP/URI.php#L599) assumes the only URI schemes are `http` and `https` and therefore ignores other URI schemes when…
-
I am using the library in a new project.
I set https for security but scripts and css are always loaded from http not https.
**"php": "^7.3||^8.0",
"codeigniter4/framework": "^4.1.5…
-
Here is the error that I get:
tatter/firebase v1.3.0 requires kreait/firebase-php ^5.0 -> found kreait/firebase-php[5.0.0, ..., 5.26.1] but it conflicts with your root composer.json require (^6.0).
-
Hi,
Nice Extension to CI 4. Unfortunately, when i installed with composer, the composer ran but nothing got installed. I checked the Migration folder and nothing was there.
Did i do something wr…
-
### PHP Version
7.4
### CodeIgniter4 Version
4.1.6
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for this bug?
Wind…
-
I have made my own settings in the email bonfire,
![slika](https://user-images.githubusercontent.com/24300396/152118143-69c2e32d-d861-40bf-be2e-c09d742e0881.png)
however, the e-mail sending proc…
-
### PHP Version
8.1
### CodeIgniter4 Version
4.1.6 - develop
### CodeIgniter4 Installation Method
Manual (zip or tar.gz)
### Which operating systems have you tested for this bug?
Windows
### W…