fenrir-soft/framework
最新稳定版本:1.0.0
Composer 安装命令:
composer require fenrir-soft/framework
包简介
README 文档
README
Requirements
- php 8.2+
Installation
Create a composer.json file
{
"scripts": {
"dev": "serve --host=0.0.0.0 --port=0"
},
"require": {
"fenrir-soft/framework": "^1.0"
},
"autoload": {
"psr-4": {
"": "src/"
}
}
}
then run the command:
$ composer install
Running the dev server
To run the dev server, run the command:
$ composer run dev
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-13