Installation
Last updated
Last updated
Once the environment configurations are set, fire up the command terminal at the root of the application folder and run the command.
Options
Description
-d
, --dummy
Generate dummy data
-c
, --clean
Generate dummy data (will destroy all exisiting data)
-r
, --refresh
Refresh migrations (will destroy all exisiting data)
-u
, --username
Default Administrator Account Username.
php artisan app:install --username=superadmin
-p
, --password
Default Administrator Account Password.
php artisan app:install --password=PASSW0RD!!
It is important to modify the default credentials created by the installation script.
When upgrading to a later version, simply overwrite the application files and run the command below.