pollora/pollora
最新稳定版本:v13.4.2
Composer 安装命令:
composer create-project pollora/pollora
包简介
The skeleton application for the Pollora framework.
README 文档
README
About Pollora
Pollora bridges Laravel and WordPress, combining Laravel's architecture with WordPress's content management. It provides the best of both worlds for building modern web applications:
- WordPress routing with
Route::wp()and template hierarchy support - PHP attributes for hooks, post types, taxonomies, scheduling, and REST routes
- Blade templates with Sage Directives (
@title,@content,@permalink...) - Eloquent ORM with WordPress models via Colt
- Multi-theme support with parent/child themes and Vite asset bundling
- Auto-discovery for service providers, hooks, and components
- Gutenberg block pattern and category management
- Seamless database migrations, sessions, and cache
Documentation
Full documentation is available at github.com/Pollora/documentation.
Quick Start
composer create-project pollora/pollora my-project cd my-project # Configure your .env with database credentials, then: php artisan pollora:install
See CLAUDE.md for detailed development setup with DDEV.
Requirements
- PHP ^8.3
- Composer 2.x
- Node.js 20+ & npm
- A database (MySQL, MariaDB, or SQLite)
Sponsors
We extend our heartfelt gratitude to our sponsors for supporting Pollora's development. If you're interested in sponsoring, contact olivier@amphibee.fr.
Changelog
All notable changes are documented in the CHANGELOG.
Contributing
Considering a contribution to Pollora? See the contribution guide.
Security
If you discover a security vulnerability, please report it via GitHub Security Advisories. See SECURITY.md for details.
License
Pollora is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 62
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-21