Skip to content

[EN] Console Commands

Lito edited this page Apr 4, 2024 · 1 revision

Create an User:

php artisan user:create {--email=} {--name=} {--password=} {--enabled} {--admin}

Start or Restart all servers:

The reset option allows you to reset the port in case it is being used.

php artisan server:start:all {--reset}

Start or Restart only one server by port:

The reset option allows you to reset the port in case it is being used.

php artisan server:start {--port=} {--reset}