Acorn

screenshot of Acorn
laravel

Acorn

Laravel components for WordPress plugins and themes

Overview

Acorn is an open source project that integrates Laravel within WordPress. It is a framework designed to provide support for various Laravel components within the WordPress ecosystem. Acorn is completely free to use and relies on sponsorships to support its future development.

Features

  • Integration with Laravel Components: Acorn provides support for various Laravel components within WordPress, including illuminate/cache, illuminate/config, illuminate/console, illuminate/container, illuminate/contracts, illuminate/database, illuminate/events, illuminate/filesystem, illuminate/http, illuminate/log, illuminate/routing, and illuminate/support.
  • Experimental Router Support: Acorn enables experimental router support for the illuminate/routing component by requiring the ACORN_ENABLE_EXPERIMENTAL_ROUTER environment variable.
  • Limited Support for Additional Components: Acorn has limited support for additional Laravel components, including illuminate/auth, illuminate/broadcasting, illuminate/bus, illuminate/collections, illuminate/conditionable, illuminate/contracts, illuminate/cookie, illuminate/encryption, illuminate/hashing, illuminate/macroable, illuminate/mail, illuminate/notifications, illuminate/pagination, illuminate/pipeline, illuminate/queue, illuminate/redis, illuminate/session, illuminate/testing, illuminate/translation, and illuminate/validation.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.