jminguely / themosis-framework
Themosis 框架。
2.0.9
2020-12-23 19:47 UTC
Requires
- php: >=7.3
- composer/installers: ^1.0
- dragonmantank/cron-expression: ^2.2
- filp/whoops: ^2.1
- guzzlehttp/guzzle: ^6.3
- illuminate/auth: ^7.26
- illuminate/broadcasting: ^7.26
- illuminate/bus: ^7.26
- illuminate/cache: ^7.26
- illuminate/config: ^7.26
- illuminate/console: ^7.26
- illuminate/container: ^7.26
- illuminate/cookie: ^7.26
- illuminate/database: ^7.26
- illuminate/encryption: ^7.26
- illuminate/events: ^7.26
- illuminate/filesystem: ^7.26
- illuminate/hashing: ^7.26
- illuminate/http: ^7.26
- illuminate/log: ^7.26
- illuminate/mail: ^7.26
- illuminate/notifications: ^7.26
- illuminate/pagination: ^7.26
- illuminate/queue: ^7.26
- illuminate/redis: ^7.26
- illuminate/routing: ^7.26
- illuminate/session: ^7.26
- illuminate/support: ^7.26
- illuminate/validation: ^7.26
- illuminate/view: ^7.26
- laravel/tinker: ^2.4
- league/flysystem: ^1.0
- league/fractal: ^0.17.0
- ramsey/uuid: ^3.8
- symfony/property-access: ^4.2
- twig/twig: ^3.0
- vlucas/phpdotenv: ^5.1
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.4
- friendsofphp/php-cs-fixer: ^2.15
- phpstan/phpstan-shim: ^0.11.8
- phpunit/phpunit: ^7.0
- symfony/var-dumper: ^5.1
- szepeviktor/phpstan-wordpress: ^0.3
Suggests
- fzaninotto/faker: Required to use the eloquent factory builder (^1.8).
- dev-master
- 2.0.x-dev
- 2.0.9
- 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-develop
- dev-dependabot/npm_and_yarn/ini-1.3.8
- 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
This package is auto-updated.
Last update: 2024-09-24 03:56:28 UTC
README
Themosis 框架是一个专注于 WordPress 的框架。它可以帮助您使用优雅简单的代码语法开发企业级 WordPress 应用程序和网站。
入门
先决条件
为了开始安装 Themosis 框架,您需要在计算机上安装所有 WordPress 要求 和 Composer。
我们建议在您的计算机上全局安装 Composer。
安装
一旦您设置了 Composer,请在您的终端或控制台中运行以下命令,以安装 Themosis 框架的新副本
composer create-project themosis/themosis myproject
上述命令将在 myproject
目录下安装 Themosis 框架的新实例。
了解更多
为了了解如何使用该框架及其功能,请遵循官方文档并阅读“入门”指南
本地开发
默认情况下,框架捆绑了 Homestead 虚拟机,用于本地开发。有关如何为您的项目配置本地 Homestead 机的详细信息,请参阅 Themosis 框架 安装指南。
贡献
任何帮助都受欢迎。该项目是开源的,我们鼓励您参与其中。您可以通过以下多种方式为项目做出贡献:
有关为框架做出贡献的详细信息,请查看 贡献指南。
版本控制
我们使用 SemVer 进行版本控制。有关可用版本,请检查此存储库标签,如果您需要为项目指定特定版本。
从头开始时,Composer 将始终安装最新的稳定版本。
作者
- Julien Lambé - 项目负责人 - jlambe
请参阅参与此项目的 贡献者列表。
许可证
该项目采用 GPL-2.0+ 许可证 - 有关详细信息,请参阅 LICENSE.md 文件。