laranail/installer-headless

Headless, framework-friendly Laravel application installer engine — requirements checks, .env generate/update, DB connection test, migration/seeder runner, admin creation, pluggable step pipeline, install lock, and CLI/TUI. Web UI ships separately in laranail/installer-web.

Maintainers

Package info

github.com/laranail/installer-headless

Homepage

Documentation

pkg:composer/laranail/installer-headless

Transparency log

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.0 2026-06-29 20:19 UTC

This package is auto-updated.

Last update: 2026-07-09 00:10:11 UTC


README

Latest version on Packagist Tests Static analysis License: MIT

Headless installer engine for any Laravel app — requirements checks, .env generate/update, DB connection test, migrations/seeder, user creation, a pluggable step pipeline, an install-once lock, and a full CLI/TUI. All install logic, no UI coupling — it runs fully headless (CI, Docker, headless servers).

PHP ^8.4.1 on Laravel ^13. The web UI ships separately as laranail/installer-web.

Install

composer require laranail/installer-headless

Documentation

Full documentation is at opensource.simtabi.com/documentation/laranail/installer-headless — getting started, the step pipeline, license verification, the CLI/TUI, the public API for front ends, and configuration.

Contributing & security

Issues and PRs are welcome — see CONTRIBUTING.md. Report vulnerabilities per SECURITY.md (opensource@simtabi.com); participation follows the Code of Conduct.

License

MIT © Simtabi LLC. See LICENSE.