<div dir="auto"><div>I mean, I had do "./artisan user:create --username=obey" And then the warning is command doesn't exist "There are no commands defined" . To make sure I tried    ./artisan -h after that "user" in the List of command doesn't exist<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 16 Feb 2022, 01:11 Nick Hilliard (INEX), <<a href="mailto:nick@inex.ie" target="_blank" rel="noreferrer">nick@inex.ie</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">obey pangeran via ixpmanager wrote on 15/02/2022 17:25:<br>
> I had install ixp manager ,while I want to create "user" using command <br>
> line. It's command doesn't exist "There are no commands defined"<br>
<br>
"artisan user" won't work.  This isn't a valid command.  You need to use <br>
"artisan user:create" instead, e.g.<br>
<br>
% ./artisan user:create --username=obey<br>
<br>
Nick<br>
</blockquote></div></div></div>