d3turnes / antonella-installer
Antonella Framework Official Installer.
Package info
github.com/d3turnes/antonella-installer
Type:project
pkg:composer/d3turnes/antonella-installer
1.0
2021-05-24 11:42 UTC
Requires
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0
- symfony/console: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
This package is auto-updated.
Last update: 2026-02-25 02:13:56 UTC
README
Antonella Installer
Antonella Framework Official Installer, this simple little script is a fork of github.com/laravel/installer.
How to install it?
composer global require d3turnes/antonella-installer
How to use it?
antonella new <project-name> --branch <branch>
For example
antonella new "My First Plugin" --branch 2.0
cd "my-first-plugin"
php antonella --help