TatiCastell

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by TatiCastell

  1. I solve it with this php artisan install --db-host="localhost" --db-port="3306" --db-name="akaunting" --db-username="root" --db-password="" --db-prefix="ak3" --company-name="My Company" --company-email="myemailcompany@gmail" --admin-email="[email protected]" --admin-password="mypass" --locale="es-ES" Parameters description (--db-host=localhost : Database host} {--db-port=3306 : Port of the database host} {--db-name= : Name of the database} {--db-username=root : Username to use to access the database} {--db-password= : Password to use to access the database} {--db-prefix= : Table name prefix} {--company-name=My Company : Name of the company} {[email protected] : Email of the company} {--admin-email= : Admin user email} {--admin-password= : Admin user password} {--locale=en-GB : Language used in the app}