velty/installer

Velty project installer

dev-master 2025-04-12 22:08 UTC

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 💚