Download the PHP package nativecodein/laravel-install-wizard without Composer
On this page you can find all versions of the php package nativecodein/laravel-install-wizard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nativecodein/laravel-install-wizard
More information about nativecodein/laravel-install-wizard
Files in nativecodein/laravel-install-wizard
Package laravel-install-wizard
Short Description A modern, multilingual Laravel installation wizard — shadcn-style UI, light/dark/system theme, RTL support, and zero CDN runtime dependencies.
License MIT
Homepage https://github.com/nativecodein/laravel-install-wizard
Informations about the package laravel-install-wizard
NativeCode Laravel Installer
A step-by-step application installer with environment configuration and validation rules for Laravel applications.
Requirements
- PHP ^8.2.0
- Laravel 10.x / 11.x / 12.x
- guzzlehttp/guzzle ^7.0
Installation
Add the package as a local path repository in your application's composer.json:
```json "repositories": [ { "type": "path", "url": "packages/nativecode/laravel-installer" } ] ```
Then require it:
```bash composer require nativecodein/laravel-install-wizard ```
Usage
Visit /install on a fresh application to begin the installation wizard:
- Welcome —
/install - Requirements Check —
/install/requirements - Permissions Check —
/install/permissions - Setup —
/install/setup(purchase code, environment, database) - Completed —
/install/completed
Once installation completes, a storage/installed lock file is created, and the installer routes become inaccessible except immediately after setup completes.
Resetting the Installer (Development/Testing)
```bash php artisan installer:reset ```
This deletes the storage/installed lock file so the installer runs again. Use --force to skip confirmation.
Running Tests
```bash composer install ./vendor/bin/phpunit ```
License
MIT License. See LICENSE file for details.
Copyright
Copyright © 2019-2026 NativeCode. All rights reserved.
All versions of laravel-install-wizard with dependencies
illuminate/contracts Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0