velty / installer
Velty project installer
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
This package is not auto-updated.
Last update: 2025-06-22 21:31:46 UTC
README
Official installer for the Velty PHP framework.
📦 Install globally via Composer
composer global require viespa/velty-installer
Make sure ~/.composer/vendor/bin
or %APPDATA%/Composer/vendor/bin
is in your $PATH
.
🚀 Create a new project
velty new blog
cd blog
php velty run
This will:
- Download the latest Velty project structure
- Install dependencies
- Start your journey with Velty 💚