arjendejong12 / framework
Themosis 框架。
2.0.8
2020-10-28 10:39 UTC
Requires
- php: >=7.1.0
- composer/installers: ^1.0
- dragonmantank/cron-expression: ^2.2
- filp/whoops: ^2.1
- guzzlehttp/guzzle: ^6.3
- illuminate/auth: ^5.8
- illuminate/bus: ^5.8
- illuminate/cache: ^5.8
- illuminate/config: ^5.8
- illuminate/console: ^5.8
- illuminate/container: ^5.8
- illuminate/cookie: ^5.8
- illuminate/database: ^5.8
- illuminate/encryption: ^5.8
- illuminate/events: ^5.8
- illuminate/filesystem: ^5.8
- illuminate/hashing: ^5.8
- illuminate/http: ^5.8
- illuminate/log: ^5.8
- illuminate/mail: ^5.8
- illuminate/notifications: ^5.8
- illuminate/pagination: ^5.8
- illuminate/queue: ^5.8
- illuminate/redis: ^5.8
- illuminate/routing: ^5.8
- illuminate/session: ^5.8
- illuminate/support: ^5.8
- illuminate/validation: ^5.8
- illuminate/view: ^5.8
- laravel/tinker: ^1.0
- league/flysystem: ^1.0
- league/fractal: ^0.17.0
- ramsey/uuid: ^3.8
- symfony/property-access: ^4.2
- twig/twig: ^2.12
- vlucas/phpdotenv: ^3.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- phpstan/phpstan-shim: ^0.11.8
- phpunit/phpunit: ^7.0
- symfony/var-dumper: ^4.1
- szepeviktor/phpstan-wordpress: ^0.3
- 2.0.x-dev
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0-RC1
- 2.0-beta3
- 2.0-beta2
- 2.0-beta1
- 1.3.x-dev
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.0
- 0.9-beta1
- v0.8-beta
- dev-master
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.13.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.3
- dev-feature/758-broadcasting
- dev-feature/753-twig
- dev-feature/laravel-6
- dev-feature/639-queue
- dev-feature/623-dropins
- dev-develop
This package is auto-updated.
Last update: 2024-09-05 14:06:24 UTC
README
Themosis 框架是一个专注于 WordPress 的框架。它可以帮助您使用优雅简洁的代码语法开发企业级 WordPress 应用程序和网站。
入门
先决条件
为了开始安装 Themosis 框架,您需要在您的计算机上安装所有 WordPress 要求 和 Composer。
我们建议在您的计算机上全局安装 Composer。
安装
一旦您设置了 Composer,请在您的终端或控制台中运行以下命令以安装 Themosis 框架的新副本
composer create-project themosis/themosis myproject
上述命令将在 myproject 目录下安装一个 Themosis 框架的新实例。
了解更多信息
为了了解如何使用框架及其功能,请遵循官方文档并阅读“入门”指南
本地开发
默认情况下,框架捆绑了 Homestead 虚拟机进行本地开发。请阅读 Themosis 框架的 安装指南 了解如何配置本地 Homestead 机器以用于您的项目。
贡献
任何帮助都受欢迎。该项目是开源的,我们鼓励您参与。您可以通过以下方式以多种方式为项目做出贡献
有关对框架的贡献的详细信息,请查看 贡献指南。
版本控制
我们使用 SemVer 进行版本控制。有关可用版本,请检查此存储库标签,如果您需要为您的项目指定特定版本。
从零开始时,Composer 将始终安装最新稳定版本。
作者
- Julien Lambé - 项目负责人 - jlambe
还可以查看参与此项目的 贡献者列表。
许可证
该项目根据 GPL-2.0+ 许可证授权 - 有关详细信息,请参阅 LICENSE.md 文件。