Download the PHP package almirfrances/tanzainstaller without Composer
On this page you can find all versions of the php package almirfrances/tanzainstaller. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download almirfrances/tanzainstaller
More information about almirfrances/tanzainstaller
Files in almirfrances/tanzainstaller
Package tanzainstaller
Short Description A Laravel package for a multistep installation wizard
License MIT
Homepage https://almirfrances.com
Informations about the package tanzainstaller
TanzaInstaller
TanzaInstaller is a Laravel package that provides a seamless multistep installation wizard for your Laravel applications. It ensures proper configuration of your application in a user-friendly manner.
Features
- Multistep installation wizard
- Dynamic configuration updates
- Middleware to ensure installation is complete
- Easily customizable and extensible
Installation
Step 1: Install the package
Run the following command in your Laravel application:
Step 2: Publish the package assets
Publish the package configuration and views using the command:
Step 3: Configure the .env
Ensure the following variables are in your .env file:
Middleware
This package includes middleware to ensure that the application cannot be accessed until the installation is complete. The middleware automatically redirects to /install if the application is not installed.
Example .env Configuration
Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss improvements or bug fixes. License
TanzaInstaller is open-sourced software licensed under the MIT license.
Author: Almir Frances
GitHub: almirfrances