fnlla / installer
Official Fnlla installer CLI for bootstrapping new applications
v1.0.1
2026-04-24 08:37 UTC
Requires
- php: >=8.2
This package is auto-updated.
Last update: 2026-04-24 08:38:27 UTC
README
Official installer CLI for bootstrapping Fnlla applications.
Install
composer global require fnlla/installer
Ensure Composer global vendor/bin is in your PATH.
For bleeding-edge development you can still install dev-main from VCS.
Usage
fnlla new my-app
This runs:
composer create-project fnlla/fnlla my-app --prefer-dist --no-interaction
Examples
fnlla new my-app --stability=stable fnlla new my-app --prefer-source fnlla new my-app --force
Notes
fnlla/fnllaremains the canonical starter template.- Installer focuses on DX and consistent bootstrap defaults.
- Packagist auto-update is driven by GitHub webhook (
https://packagist.org/api/github) with workflow fallback in.github/workflows/packagist-fallback-update.yml.
Release
- Changelog:
CHANGELOG.md - Manual release workflow:
.github/workflows/release.yml