We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.0
4.2.5 / develop
Composer (using codeigniter4/appstarter)
codeigniter4/appstarter
macOS
cli
Using validation in the Command ends with an error.
E.g.
CLI::prompt('Variable', null, 'required');
Run the command:
php spark make:migration
and then provide a name for the migration.
After confirming the name, you will get an error, and the command won't be executed.
No errors.
A bug was introduced to the system/Validation/FileRules.php here: b53d482
system/Validation/FileRules.php
The idea of checking this should be revisited.
The text was updated successfully, but these errors were encountered:
Related to: #6452
Sorry, something went wrong.
Thanks, I missed it.
No branches or pull requests
PHP Version
8.0
CodeIgniter4 Version
4.2.5 / develop
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
macOS
Which server did you use?
cli
Database
What happened?
Using validation in the Command ends with an error.
E.g.
Steps to Reproduce
Run the command:
and then provide a name for the migration.
After confirming the name, you will get an error, and the command won't be executed.
Expected Output
No errors.
Anything else?
A bug was introduced to the
system/Validation/FileRules.php
here: b53d482The idea of checking this should be revisited.
The text was updated successfully, but these errors were encountered: