laranail / installer-web
Web UI for laranail/installer-headless — a Tailwind + Blade + Livewire 4 install wizard that drives the headless installer engine. Holds no install logic; every operation is delegated to the core.
Requires
- php: ^8.4.1 || ^8.5
- illuminate/http: ^13.0
- illuminate/support: ^13.0
- laranail/installer-headless: ^0.2
- laranail/package-tools: ^1.3
- livewire/livewire: ^4.2
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.18
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^11.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- rector/rector: ^2.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2026-07-09 00:10:13 UTC
README
A Tailwind + Blade + Livewire 4 install wizard for
laranail/installer-headless— pure presentation and input collection; every operation is delegated to the headless engine (no install logic, never touches files or the database directly).
Requires PHP ^8.4.1, Laravel ^13, Livewire ^4.2, and laranail/installer-headless (+ laranail/package-tools).
Install
composer require laranail/installer-web
Publish the assets/config, then visit the install route — see the docs for the exact steps.
Documentation
Full documentation is at opensource.simtabi.com/documentation/laranail/installer-web — installation, usage, how the wizard drives the engine, theming, and what gets generated.
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.