almirfrances/tanzainstaller 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

almirfrances/tanzainstaller

最新稳定版本:v1.0.0

Composer 安装命令:

composer require almirfrances/tanzainstaller

包简介

A Laravel package for a multistep installation wizard

README 文档

README

Packagist Version PHP Version License Downloads

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:

composer require almirfrances/tanzainstaller --dev

Step 2: Publish the package assets

Publish the package configuration and views using the command:

php artisan vendor:publish --tag=tanzainstaller

Step 3: Configure the .env

Ensure the following variables are in your .env file:

INSTALLER_INSTALLED=false

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

APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=false
APP_TIMEZONE=UTC
APP_URL=http://localhost


DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

SESSION_DRIVER=file
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null

CACHE_STORE=file
CACHE_PREFIX=

INSTALLER_INSTALLED=false

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

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-12-13