# rashidlaasri/LaravelInstaller

A web installer for Laravel

Repository: https://github.com/rashidlaasri/LaravelInstaller
Canonical: https://ross.abutalabs.com/products/laravelinstaller
Language: PHP
License: MIT
License Family: permissive
Topics: laravel, laravel-installer
Archived: true
Last push: 2023-11-28T20:00:49+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4075, "days_push": 1009, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1937, forks 482 (observed 2026-08-28T04:05:57.088189+00:00)

## What it is
LaravelInstaller is a PHP package that adds a web-based installation wizard to Laravel applications. It guides users through environment setup, permissions, database configuration, and account creation directly from the browser.

## Use cases
- add a web-based setup wizard to a Laravel app
- let non-technical users install a Laravel app without editing .env files
- run database migrations during app installation from the browser
- create the first admin account via an install wizard
- check server requirements and file permissions before installing

## When to choose
- you distribute a Laravel application that end users self-host
- you want a guided browser-based installation flow instead of manual .env editing
- you need requirement and permission checks before app setup

## When to avoid
- your app is deployed via CI/CD pipelines or containers where installation is automated
- you are not using Laravel
- you need a general-purpose PHP installer outside the Laravel ecosystem

## Facets
- artifact type: library
- maturity: maintenance
- function: web-framework, plugin-system, configuration-management
- domain: web-development, developer-tools, self-hosted
- platform: php, self-hosted
- tags: laravel, installation-wizard, web-installer, setup-wizard, web-server

## Member repositories
- rashidlaasri/LaravelInstaller (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:57.088189+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:08:24.932269+00:00, confidence not recorded.
  - readme: https://github.com/rashidlaasri/LaravelInstaller (fetched 2026-08-28T04:05:57.088189+00:00, sha 19155fdef6a8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
