ride / setup-web
Setup the Ride web interface through the Composer dependency manager.
Installs: 3 729
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:ride-setup
Requires
- ride/cli-web: ^1.0.0
- ride/setup: ^1.0.0
- ride/setup-app: ^1.0.0
- ride/setup-cli: ^1.0.0
- ride/web: ^1.0.0
This package is auto-updated.
Last update: 2024-10-12 23:39:09 UTC
README
Installer hook to setup the Ride web application through the Composer dependency manager.
When installed/updated through composer, this script will:
- make sure public exists
- copy vendor/ride/web/src/index.php to public/index.php
- copy vendor/ride/web/src/.htaccess to public/.htaccess (if not exists)
Related Modules
Installation
You can use Composer to install this application.
composer require ride/setup-web