kenjis
kenjis
Thank you for sending this PR! We expect the following in all Pull Requests (PRs). - All git commits must be [GPG-signed](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md#signing) - Must follow our [style guide](https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md#php-style) - Be...
Do you need any help completing this PR?
I sent #1196 Check, please.
Closed by #1162
This is a shell script to check GPG signature by ChatGPT. ```shell #!/bin/bash commit_hash=$1 if [ -z "$commit_hash" ]; then echo "Usage: $0 " exit 1 fi signature=$(git show "$commit_hash"...
See https://github.com/codeigniter4/CodeIgniter4/pull/7938
Generator? not publisher. If so, `shield:make` is better? https://codeigniter4.github.io/CodeIgniter4/cli/cli_generators.html https://codeigniter4.github.io/CodeIgniter4/libraries/publisher.html
Ah, the view command is a bit different from `make` command. `make` generates files from templates. But the view command copies view files and fixes the Config file.
This is the output of Myth Auth `auth:publish` command. It seems the view command is the same as the part of `Publish Views?`. ```console $ php spark auth:publish CodeIgniter v4.1.5...
I think the following commands are better: - `php spark shield:publish view` - `php spark shield:make model`