composer create-project basic-app/appstarter --stability=dev --prefer-dist
Set common application settings in your .env
file.
Run commands:
php spark migrate -all
php spark ba:update
php spark ba:seed (Optional)
You need to run the ba:update
command after each installation of a new module.
php spark ba:update
If you want to populate the database with demodata, run the ba:seed
command after each installation of a new module.
php spark ba:seed
PHP version 7.2 or higher is required, with the following extensions installed:
Additionally, make sure that the following extensions are enabled in your PHP: