An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



Acorn


Packagist Downloads
Laravel v12
Build Status
Follow roots.dev on Bluesky

# 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 utilities

Acorn 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).


Carrot WordPress.com Worksite Safety Itineris Bonsai

## 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`