-
Hi all,
Has anyone tried to use any of the auth actions (Email2FA or EmailActivator) and got an email delivered?
I've tried severally using gmail's smpt, cpanel email, etc, none delivered. I on…
-
CodeIgniter4 can be installed in a number of different ways: manually, using Composer, or using Git.
Those are the opening lines of the CodeIgniter installation method.
But on the documentati…
-
**Describe the bug**
using a table name and a fairly long column name exceeds the limit of 64 characters
**CodeIgniter 4 version**
"codeigniter4/framework": "^4"
vendor\codeigniter4\framework\…
-
### PHP Version
7.4
### CodeIgniter4 Version
4.1.9
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for thi…
-
### PHP Version
8.1
### CodeIgniter4 Version
4.2.4
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for this bug?
Linu…
-
Hello, please help me to solving this redirect issue. i go to my domain and this work redirect to login page if not login. (FYI this redirect to https:\\mydomain.com\public)
but case is if the submit…
-
### PHP Version
7.3
### CodeIgniter4 Version
4.1.9
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for this bug?
Wind…
-
### PHP Version
7.3
### CodeIgniter4 Version
4.1.9
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for thi…
-
If we write test code for a command that uses `CLI::prompt()`, and run the test,
it waits for input for ever.
How can we write test?
https://github.com/codeigniter4/CodeIgniter4/blob/cf4641c6dc…
-
The combination of the `setUpdateBatch` method and the `updateBatch` method is difficult to use.
If you try to use it, it will look like the following.
```php
$builder->setUpdateBatch([
[
…