定制 pixamo/installer 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

pixamo/installer

最新稳定版本:v2.1.1

Composer 安装命令:

composer require pixamo/installer

包简介

pixamo/installer is a Laravel package that makes it easy to install your application with just one click. With this package, you can quickly set up your application's environment, dependencies, and configurations without having to manually run multiple commands or manually edit files. It streamlines

README 文档

README

It's a Laravel package that makes it easy to install your application with just one click. With this package, you can quickly set up your application's environment, dependencies, and configurations without having to manually run multiple commands or manually edit files. It streamlines

Pixamo Installer V1.0

Installation

You can install the package with Composer using the following command:

composer require pixamo/installer

Copy the package config to your local config with the publish command:

php artisan vendor:publish --tag=installer

You can also check the installer is now active or not.

use Pixamo\Installer\Installer;

Installer::isActive();

If installer is active you can redirect it to installer page.

if(Installer::isActive())
{
    return redirect('install');
}

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-25