-
See https://github.com/codeigniter4/CodeIgniter4/pull/6474
-
### PHP Version
8.1.14
### CodeIgniter4 Version
4.3.2
### Shield Version
dev-develop
### Which operating systems have you tested for this bug?
macOS
### Which server did you us…
-
See https://github.com/codeigniter4/CodeIgniter4/pull/6269
```diff
- 'invalidRoute' => '{0} route cannot be found while reverse-routing.',
+ 'invalidRoute' => 'The route for "{0}" cannot be…
-
"route_to" or "url_to" does not take the subdomain option from the "subdomain" parameter passed in the router group.
**Example:**
```php
$routes->group('', ['namespace' => 'App\Controllers', 'sub…
-
### PHP Version
8.1.6
### CodeIgniter4 Version
4.3.1
### Shield Version
1.0.0-beta.4
### Which operating systems have you tested for this bug?
Linux
### Which server did you use?
apache
### …
-
### PHP Version
7.4
### CodeIgniter4 Version
4.1.1
### CodeIgniter4 Installation Method
Manual (zip or tar.gz)
### Which operating systems have you tested for this bug?
Windows, L…
-
https://github.com/codeigniter4/shield/search?q=config%28%27Auth%27%29&type=code
Do these need to be replaced with `setting()`?
I'm not sure when to use `config()` and when to use `setting()`.
-
### PHP Version
8.2
### CodeIgniter4 Version
v4.3.1
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for this bug?
Win…
-
I have `php-cs-fixer` installed globally both on Windows and Linux. It works with the following `.php-cs-fixer.dist.php` just fine:
```
-
Hello, I have a problem when using this library this is caused when I use SQL server DB driver, and here is the error that i got.
### Problem 1
first, my error is caused by an incorrect "rowcount"…