[EN] Console Commands - eusonlito/GPS-Tracker GitHub Wiki
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}