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
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
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-25