yii3-extensions/app 问题修复 & 功能扩展

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

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

yii3-extensions/app

Composer 安装命令:

composer create-project yii3-extensions/app

包简介

Yii 3 application template

关键字:

README 文档

README

Flowbite Application for YiiFramework v 3.0.


Codeception Codecov Psalm Psalm Coverage Easy Coding Standard StyleCI

home 404

Installation

This package requires bun for php-forge/foxy, which manages the installation of npm packages and resource compilation.

The preferred way to install this extension is through composer.

composer create-project --prefer-dist --stability=dev yii3-extensions/app <your directory>
cd <your directory>
composer update --prefer-dist --vvv

To launch development web server run:

composer run serve

Now you should be able to access the application through the URL printed to console. Usually it is http://localhost:8080.

Directory structure

The application has the following structure directory:

root
├── runtime                         Files generated during runtime.
├── src                             Application source code.
│    └── Framework                  Framework classes.
│        └── Asset                  Asset classes.
│        └── EventHandler           Event handler classes.
│        └── Handler                Handler classes.
│        └── resource               Resource files.
│            └── asset              Custom asset files.
│            └── layout             Layout files.
│            └── message            Message translation files.
│    └── UseCase                    Use case classes with vertical slices.
│        └── Hello                  Classes for function hello command.
│        └── Home                   Classes for function home page.

Configuration, installation and usage

For complete instructions on how to configure, install and use this application demo, see the docs.

Testing

Check the documentation testing to learn about testing.

License

The MIT License (MIT). Please see License File for more information.

Our social networks

Twitter

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2024-01-22