pollora / pollora
The skeleton application for the Pollora framework.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 24 083
Open Issues: 0
Type:project
Requires
- php: ^8.2
- barryvdh/laravel-ide-helper: ^3.0
- guzzlehttp/guzzle: ^7.9
- johnpbloch/wordpress: ^6.6
- laravel/framework: ^11.28
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.9
- pollora/framework: dev-main
- roots/wp-password-bcrypt: ^1.0
- wpackagist-plugin/safe-svg: ^2.2
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pint: ^1.13
- laravel/sail: ^1.26
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.0
- phpunit/phpunit: ^11.0.1
- dev-main
- 10.x-dev
- dev-dependabot/composer/laravel/framework-11.31.0
- dev-shift-ci-v11.28.1
- dev-shift-ci-v11.27.2
- dev-shift-ci-v11.27.1
- dev-shift-ci-v11.26.0
- dev-shift-ci-v11.25.0
- dev-shift-ci-v11.24.1
- dev-shift-ci-v11.23.5
- dev-shift-ci-v11.23.4
- dev-shift-ci-v11.23.2
- dev-shift-ci-v11.22.0
- dev-shift-ci-v11.21.0
- dev-shift-ci-v11.20.0
- dev-shift-ci-v11.19.0
- dev-shift-ci-v11.18.1
- dev-shift-ci-v11.17.0
- dev-shift-ci-v11.16.0
- dev-shift-ci-v11.14.0
- dev-shift-ci-v11.13.0
- dev-shift-ci-v11.11.1
- dev-shift-ci-v11.11.0
- dev-shift-121225
- dev-feature/basics
This package is auto-updated.
Last update: 2024-11-20 17:51:20 UTC
README
About Pollora
Pollora bridges the gap between Laravel and WordPress, combining the power and flexibility of Laravel with the user-friendliness and robust content capabilities of WordPress. We believe in providing the best of both worlds, allowing developers to create rich applications, leveraging features from both platforms, such as:
- Laravel's Expressive routing.
- Eloquent ORM with Corcel models out of the box,
- Configuration-based methods so you can register your custom post types and taxonomies directly from
config/post-types.php
andconfig/taxonomy.php
. You can also use the PostType and Taxonomy fluent classes, - Multi-theme support (with parent and child theme),
- Similarly, for theme setup, handle the registration and configuration of menus, sidebars, and theme supports within
themes/{your-theme}/config/
, - Unified session and cache management,
- Hook (anytime, anywhere !) and Hookable classes (provided by the great Themosis framework),
- Blade directive designed for WordPress provided by the awesome Sage Directives package,
- Easy Gutenberg pattern management,
- Seamless database migrations,
- And much more...
Pollora is designed to be versatile, intuitive, and the perfect tool for projects that demand the strengths of both Laravel and WordPress.
Documentation
The documentation is in work in progress but you will find it here
Pollora Sponsors
We extend our heartfelt gratitude to our sponsors for supporting Pollora's development. If you're interested in sponsoring, contact me at olivier@amphibee.fr.
Contributing
Considering a contribution to Pollora? Our contribution guide is here!
Security Vulnerabilities
For any security vulnerabilities discovered within Pollora, please send an e-mail to dev@amphibee.fr. We prioritize the security of our users and will address concerns promptly.
License
Pollora is open-sourced software licensed under the MIT license.