themosis / framework
Themosis 框架。
3.1.0
2023-02-13 17:45 UTC
Requires
- php: ^8.0
- composer/installers: ^1.9
- dragonmantank/cron-expression: ^3.0.2
- filp/whoops: ^2.1
- guzzlehttp/guzzle: ^7.2
- illuminate/auth: ^8.83
- illuminate/broadcasting: ^8.83
- illuminate/bus: ^8.83
- illuminate/cache: ^8.83
- illuminate/config: ^8.83
- illuminate/console: ^8.83
- illuminate/container: ^8.83
- illuminate/cookie: ^8.83
- illuminate/database: ^8.83
- illuminate/encryption: ^8.83
- illuminate/events: ^8.83
- illuminate/filesystem: ^8.83
- illuminate/hashing: ^8.83
- illuminate/http: ^8.83
- illuminate/log: ^8.83
- illuminate/mail: ^8.83
- illuminate/notifications: ^8.83
- illuminate/pagination: ^8.83
- illuminate/queue: ^8.83
- illuminate/redis: ^8.83
- illuminate/routing: ^8.83
- illuminate/session: ^8.83
- illuminate/support: ^8.83
- illuminate/testing: ^8.83
- illuminate/validation: ^8.83
- illuminate/view: ^8.83
- laravel/tinker: ^2.5
- laravel/ui: ^3.1
- league/flysystem: ^1.1
- league/fractal: ^0.20
- paragonie/sodium_compat: ^1.15
- predis/predis: ^1.1
- ramsey/uuid: ^4.1
- spatie/enum: ^3.13
- symfony/property-access: ^5.4
- twig/twig: ^3.1
- vlucas/phpdotenv: ^5.2
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.7
- fakerphp/faker: ^1.9.1
- friendsofphp/php-cs-fixer: ^3.8
- johnpbloch/wordpress-core: ^6.0
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^5.4
- 3.1.0
- 3.0.x-dev
- 3.0.0
- 2.1.0
- 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-dependabot/npm_and_yarn/webpack-5.76.0
- dev-dependabot/npm_and_yarn/dns-packet-5.4.0
- dev-experiment
- dev-main
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-issue/880-deprecation-notice
- dev-feature/auth
- dev-feature/salt-keys
- 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-15 05:23:30 UTC
README
Themosis 框架是一个专注于 WordPress 的框架。它使用优雅简洁的代码语法,帮助您开发企业级 WordPress 应用程序和网站。
入门指南
先决条件
为了开始安装 Themosis 框架,您需要在您的计算机上安装所有 WordPress 要求 和 Composer。
我们建议在全球范围内安装 Composer。
安装
一旦您设置了 Composer,请在您的终端或控制台中运行以下命令来安装 Themosis 框架的新副本
composer create-project themosis/themosis myproject
上述命令将在 myproject
目录下安装一个新的 Themosis 框架实例。
了解更多
要了解更多关于如何使用框架及其功能的信息,请遵循官方文档并阅读“入门指南”
贡献
任何帮助都受欢迎。该项目是开源的,我们鼓励您参与。您可以通过以下方式向项目做出贡献
有关向框架做出贡献的详细信息,请参阅 贡献指南。
版本控制
我们使用 SemVer 进行版本控制。有关可用版本,请检查此存储库标签,如果您需要为您的项目指定特定版本。
从头开始时,Composer 将始终安装最新稳定版本。
作者
- Julien Lambé - 项目负责人
有关参与此项目的贡献者列表,请参阅 贡献者。
许可证
本项目采用 GPL-2.0+ 许可证 - 有关详细信息,请参阅 LICENSE.md 文件。