Last active
August 21, 2019 11:19
-
-
Save AlexNodex/54fc190f1c4ba2c30bcd6fc9fb8f9f04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$console->command('users:add',function($arguments) { | |
$success = $this->get('users')->add($arguments); | |
}; | |
//USAGE: php run users:add --username=foo --password=bar | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment