https://github.com/roots/acorn
Integrate Laravel functionality into WordPress projects
https://github.com/roots/acorn
acorn blade laravel wordpress-laravel wordpress-plugin wordpress-plugin-library
Last synced: 8 days ago
JSON representation
Integrate Laravel functionality into WordPress projects
- Host: GitHub
- URL: https://github.com/roots/acorn
- Owner: roots
- License: mit
- Created: 2018-08-08T21:45:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T00:25:45.000Z (about 1 month ago)
- Last Synced: 2025-04-28T12:06:22.645Z (8 days ago)
- Topics: acorn, blade, laravel, wordpress-laravel, wordpress-plugin, wordpress-plugin-library
- Language: PHP
- Homepage: https://roots.io/acorn/
- Size: 2.37 MB
- Stars: 887
- Watchers: 31
- Forks: 99
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Acorn
**Use Laravel within WordPress projects**
- 🗒️ Use Blade templates for WordPress views, blocks, and more
- ⚡️ Access Laravel's powerful features within WordPress
- 💻 Use Laravel packages in your WordPress projects
- 🔥 Write better WordPress code with Laravel's patterns and utilitiesAcorn brings Laravel's ecosystem to WordPress. Build your next WordPress project with the tools and packages you already know and love.
Acorn gives you access to most Laravel components out of the box, including routing, caching, events, validation, and more. There's also a growing ecosystem of [community packages](https://roots.io/acorn/docs/available-packages/) built specifically for Acorn that add features like WooCommerce support and ACF integration.
[Read the docs to get started](https://roots.io/acorn/docs/installation/)
## Sponsors
Acorn is an open source project and completely free to use. If you've benefited from our projects and would like to support our future endeavors, [please consider sponsoring us](https://github.com/sponsors/roots).
## Supported Laravel Components
* `illuminate/bus`
* `illuminate/cache`
* `illuminate/collections`
* `illuminate/conditionable`
* `illuminate/config`
* `illuminate/console`
* `illuminate/container`
* `illuminate/contracts`
* `illuminate/database`
* `illuminate/encryption`
* `illuminate/events`
* `illuminate/filesystem`
* `illuminate/hashing`
* `illuminate/http`
* `illuminate/log`
* `illuminate/macroable`
* `illuminate/pipeline`
* `illuminate/queue`
* `illuminate/routing`
* `illuminate/session`
* `illuminate/support`
* `illuminate/validation`
* `illuminate/view`Unsupported components
* `illuminate/auth`
* `illuminate/broadcasting`
* `illuminate/cookie`
* `illuminate/mail`
* `illuminate/notifications`
* `illuminate/pagination` ([Available via Log1x/pagi](https://github.com/Log1x/pagi))
* `illuminate/redis`
* `illuminate/testing`
* `illuminate/translation`