Installation

Command Line Installer

Once the environment configurations are set, fire up the command terminal at the root of the application folder and run the command.

php artisan app:install [options]

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!!

Upgrading

When upgrading to a later version, simply overwrite the application files and run the command below.

php artisan app:update

Last updated

Was this helpful?