Download the PHP package getecz/laravel-installer without Composer
On this page you can find all versions of the php package getecz/laravel-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-installer
Getecz Laravel Installer

A lightweight installer wizard package for Laravel 12 applications.
Features
- Laravel 12 compatible
- Tailwind CDN installer UI (no build tools required)
- Server requirements check
- Database connection validation
- Writes
.envfrom installer input - Generates
APP_KEY - Runs migrations safely
- Creates admin user
- Locks installer after completion
Requirements
- PHP 8.1+
- Laravel 12
- MySQL 5.7+ / MariaDB
- Writable:
storage/andbootstrap/cache/
Install
1) Require the package
2) (Optional) Publish config / views
3) Enable automatic redirect to installer (Laravel 12)
In bootstrap/app.php add the middleware to the web group:
If you don't want auto-redirect, skip this step and manually visit
/install.
Usage
- Upload your Laravel project to your server.
- Visit your site in a browser.
- If the app is not installed, you will be redirected to
/install. - Complete the steps.
- After installation, the installer locks automatically using the installed file:
storage/installed
Configuration
Publish config (optional) and edit config/installer.php.
Change post-install redirect
Change user model
Map admin fields
If your users table has custom columns:
Security
- Installer routes are blocked once the installed lock file exists.
- Delete
storage/installedto re-run the installer.
Routes
/install/install/requirements/install/database/install/run/install/admin/install/finish
License
MIT
All versions of laravel-installer with dependencies
PHP Build Version
Package Version
The package getecz/laravel-installer contains the following files
Loading the files please wait ...