yii-tools/app
Composer 安装命令:
composer require yii-tools/app
包简介
Flowbite application for YiiFramework v. 3.0.
README 文档
README
Flowbite Application for YiiFramework v 3.0.
Requirements
The minimum version of PHP required by this package is PHP 8.1.
To install this package, you need a composer.
Installation
You can then install this project template using the following command:
composer create-project --prefer-dist --stability=dev yii-tools/skeleton-app <your directory> cd <your directory> composer require yii-tools/app:dev-main --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
├── config Configuration files.
│ └── common Common configuration.
│ └── param Common config parameters.
│ └── console Console configuration.
│ └── param Console config parameters.
│ └── web Web configuration.
│ └── param Web config parameters.
│ └── application-params.php Application parameters.
│ └── routes.php Routes configuration.
├── runtime Files generated during runtime.
├── src Application source code.
│ └── Framework Framework classes.
│ └── Asset Asset classes.
│ └── Definition Definition classes for widgets.
│ └── Handler Handler classes.
│ └── resource Resource files.
│ └── asset Custom asset files.
│ └── layout Layout files.
│ └── message Message translation files.
│ └── UseCase Use case classes with vertical slices.
│ └── HelloCommand Classes for function hello command.
│ └── SiteIndex Classes for function site index.
Testing
Check the documentation testing to learn about testing.
CI status
License
The MIT License (MIT). Please see License File for more information.
Our social networks
统计信息
- 总下载量: 3.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-01-16