ride / setup-app
Setup the base Ride framework through the Composer dependency manager.
1.0.0
2016-10-14 22:15 UTC
Requires
- ride/app: ^1.0.0
- ride/setup: ^1.0.0
This package is auto-updated.
Last update: 2026-02-13 03:13:42 UTC
README
Installer hook to setup the Ride framework through the Composer dependency manager.
When installed/updated through composer, this script will:
- make sure application/config exists
- make sure application/data/log exists
- copy vendor/ride/app/src/parameters.php to application/config/parameters.php
Related Modules
Installation
You can use Composer to install this application.
composer require ride/setup-app