Hari K T
Hari K T
What is the license of the code ?
### Summary Cakephp 4.x version api has changed. Digging into I noticed `$schema = $table->schema();` is `$schema = $table->getSchema();`, and the schema api also changed. `$pk = $schema->primaryKey();` changed to...
Hi @theseer , Thanks for your work. I would like to give a few suggestion, not sure anyone / you have already thought of these. Some suggestion looking at the...
Hi all, I forgot we have an issue https://github.com/auraphp/Aura.Auth/issues/86 . Looking at Auth, I noticed it is already being released 4.x . My bad, I didn't noticed it. But probably...
Related to https://github.com/auraphp/Aura.Filter/issues/155 . Support maximum of 2. ```php
This is related to https://github.com/auraphp/Aura.Filter/issues/117 . As we add type definition like ``` public function add(string $field, string $message, array $args = array()): FailureInterface ``` The message is no longer...
This one is interesting when you change the order it will work.
Hi, I have been testing this and noticed all the urls that are blocked in /etc/hosts are still accessible. Is the `listen-address=10.8.0.0` or `listen-address=10.8.0.1` ? I am looking at the...