Uh oh!
There was an error while loading. Please reload this page.
feat: add shield:model command for make custom UserModel - #491
Conversation
datamweb
commented
Oct 31, 2022
The name Where to add documents? Do we need a new CLI file? |
paulbalandan
commented
Oct 31, 2022
|
datamweb
commented
Oct 31, 2022
I think this is reasonable and good. do you all agree? |
Uh oh!
There was an error while loading. Please reload this page.
6e8fa2c to
92ba9d4CompareUserModelshield:model command for make custom UserModelUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
paulbalandan
left a comment
There was a problem hiding this comment.
Also, please git rebase -i so that all commits will be under your name and marked Verified.
Uh oh!
There was an error while loading. Please reload this page.
| if (is_file($filepath)) { | ||
| unlink($filepath); | ||
| } |
There was a problem hiding this comment.
Change this to a $this->assertFileExist test. Deleting the file will be made in tearDown.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
3047309 to
ee29840Comparelonnieezell
commented
Dec 12, 2022
@datamweb@paulbalandan Where does this PR stand? Other than resolving the conflicts is there anything left? |
paulbalandan
commented
Dec 12, 2022
I'm not sure with @datamweb on the status. |
datamweb
commented
Dec 12, 2022
It will be great if someone takes over before me. |
lonnieezell
commented
Jan 2, 2023
Closing this one since another is in its place. |
This command helps to create custom user model.
php spark shield:model MyCustomUserphp spark shield:model MyCustomUser --forcephp spark shield:model MyCustomUser --suffixphp spark shield:model MyCustomUser --namespace CodeIgniter\Shieldoutput
see: ##489 (comment)