spiral/installer
最新稳定版本:1.1.1
Composer 安装命令:
composer create-project spiral/installer
包简介
Spiral Application installer
README 文档
README
App Skeleton | Documentation | Discord | Twitter | Contributing
The package has been developed for the Spiral Framework, providing a convenient command line interface for installing and configuring the framework and any desired packages. This makes it simple for developers to get started with Spiral.
Server Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.1+, 64bit
- mb-string extension
Installation
composer create-project spiral/installer my-app
Note: Application server will be downloaded automatically (
php-curlandphp-ziprequired).
After the project has been created and installed, start RoadRunner server using the following command:
cd my-app
./rr serve
Once you have started RoadRunner server, your application will be accessible in your web browser
at http://localhost:8080.
Note: Read more about application server configuration here.
License:
MIT License (MIT). Please see LICENSE for more information. Maintained
by Spiral Scout.
统计信息
- 总下载量: 93
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-21
