Skip to main content
Version: 1.0.0

Console

Overview​

If you have access to the SSH console, you can use the following commands to manage the application.

Refresh currency rates​

To refresh currency rates, run the following command:

php artisan biznisbox:update-currency-rates

Refresh open banking transactions​

To refresh open banking transactions, run the following command:

php artisan biznisbox:refresh-bank-transactions

Create a new user​

To create a new user, run the following command:

php artisan biznisbox:create-user {email} {password} {first_name} --role={role} --surname={surname} --lang={lang}

Where:

  • {email} is the email of the user
  • {password} is the password of the user
  • {first_name} is the first name of the user
  • {role} is the role of the user (role must been created before)
  • {surname} is the surname of the user
  • {lang} is the language of the user (language available in the application)