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
-d
--dummy
Generate dummy data
-c, --clean
-c
--clean
Generate dummy data (will destroy all exisiting data)
-r, --refresh
-r
--refresh
Refresh migrations (will destroy all exisiting data)
-u, --username
-u
--username
Default Administrator Account Username.
php artisan app:install --username=superadmin
-p, --password
-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.
Last updated 7 years ago
php artisan app:update