Skip to content

Creating a User

Ely Haughie edited this page Jan 13, 2018 · 1 revision

At the moment while the web user interface isn't implemented, the easiest way to add a user to your instance is via a artisan console command.

$ php artisan make:user $name $username $password
Clone this wiki locally