fenrir-soft/framework 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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
  • 点击次数: 3
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-10-13