filakitphp/installer
最新稳定版本:v0.23.0
Composer 安装命令:
composer create-project filakitphp/installer
包简介
The Filakit cli.
README 文档
README
Filakit Installer
Filakit Installer is a command-line tool to quickly create new Filakit applications. It provides an interactive and user-friendly experience for bootstrapping your Filakit projects, supporting multiple versions and options for advanced users.
Features
- Installs the latest or specific versions of Filakit
- Interactive prompts for configuration
- Supports Laravel Herd and Valet environments
- Checks for required PHP extensions
- Force installation even if the directory exists
Requirements
- PHP >= 8.2
- Composer
- Required PHP extensions: tokenizer
Installation
Install Filakit Installer globally using Composer:
composer global require filakitphp/installer
Make sure Composer's global bin directory is in your PATH.
Usage
To create a new Filakit application, run:
filakit new <project-name>
Options
--v4Install Filakit v4--forceForce installation even if the directory already exists
Example:
filakit new my-app --v4 --force
Development
Clone the repository and install dependencies:
composer install
Run the installer locally:
php filakit new test-app
Testing
Run tests with PHPUnit:
composer test
License
This project is open-sourced software licensed under the MIT license.
Author
Jefferson Simão Gonçalves
For more information, see the source code or open an issue on the repository.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-24
