Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Acorn Laravel Package

roots/acorn

View on GitHub
Deep Wiki
Context7
v6.2.0

What's Changed

Features

Bug Fixes

Internal

Full Changelog: https://github.com/roots/acorn/compare/v6.1.0...v6.2.0

v6.1.0

What's Changed

Features

Bug Fixes

  • Share Vite singleton across all resolution keys so state set via the Vite facade (e.g. useCspNonce(), useIntegrityKey(), prefetch()) is no longer silently dropped (https://github.com/roots/acorn/pull/534)

Internal

Full Changelog: https://github.com/roots/acorn/compare/v6.0.0...v6.1.0

v6.0.0

What's Changed

✨ Laravel v13 (#522) 💥 PHP 8.3+ min requirement

Read the upgrade guide

v5.1.1

What's Changed

v5.1.0

What's Changed

🐛 Bug Fixes

  • Add missing port to wordpress database connection config by @retlehs (#506)
  • Undo wp_magic_quotes() before capturing the HTTP request by @retlehs (#508)
  • Force root URL to home_url() for correct route URL generation by @retlehs (#507)
  • Defer console boot to wp_loaded for complete WordPress bootstrap by @retlehs (#509)
  • Register missing queue and schedule console commands by @retlehs (#510)
  • Fix package manifest discovery for non-Bedrock project structures by @retlehs (#511)
  • Handle open_basedir restrictions in closest() directory traversal by @retlehs (#512)
  • Fix flash session data lost on WordPress page template requests by @retlehs (#513)
  • Isolate cache, session, and queue data on multisite by @retlehs (#514)
  • Fix acorn binary not working when WP-CLI is installed via Composer by @stefanfisk (#518)
  • Skip env file loading when no .env file exists by @apermo (#500)
  • Register missing queue console commands by @retlehs (#502)
  • Add missing make:model command by @retlehs (#476)
  • Set the SkipProviderException file and line to the previous exception if available by @Log1x (#471)
  • Remove spatie/laravel-ignition suggestion by @retlehs (#503)

📦️ Dependencies

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v5.0.6...v5.1.0

v5.0.6

What's Changed

Bug Fixes

Features & Improvements

Dependency Updates

Full Changelog: https://github.com/roots/acorn/compare/v5.0.5...v5.0.6

v5.0.5

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v5.0.4...v5.0.5

v5.0.4

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v5.0.3...v5.0.4

v5.0.3

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v5.0.2...v5.0.3

v5.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v5.0.1...v5.0.2

v5.0.1

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v5.0.0...v5.0.1

v5.0.0

Upgrading from v4.x

What's Changed

  • ✨ Upgrade to Laravel 12
  • ✨ Improved Vite support
  • ✨ Add acorn:install command to simplify installing Acorn
  • ✨ Add Laravel queue support (#379)

Additional Changes

  • 🧑‍💻 Make WordPress request handling opt-in & configurable (#416)
  • 🩹 Only prioritize block templates in block themes
  • 🧑‍💻 Add support for illuminate/hashing
  • 🧑‍💻 Add missing schedule commands to console
  • 🧑‍💻 Add missing make:seeder command to console
  • 🩹 Do not set PHP timezone when bootstrapping configuration
  • 🧑‍💻 Append the original exception message to the skipped provider exception (#398)
  • 🎨 Improve the optimize and optimize:clear console commands (#386)

Breaking Changes

  • 💥 PHP 8.2+ is required.
  • 💥 illuminate/* dependencies have been updated to ^12.0.
  • 💥 Roots\Acorn\Bootloader has been removed in favor of Application::configure().
  • 💥 Experimental flag ACORN_ENABLE_EXPERIMENTAL_WORDPRESS_REQUEST_HANDLER has been removed.

Pre-releases

Contributors

@Log1x @trajche @KIKOmanasijev @ssang @RafaelKr @aksld @retlehs

v5.0.0-beta.2

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v5.0.0-beta.1...v5.0.0-beta.2

v4.3.1

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v4.3.0...v4.3.1

v5.0.0-beta.1

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v5.0.0-beta.0...v5.0.0-beta.1

v5.0.0-beta.0

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v5.0.0-alpha.1...v5.0.0-beta.0

v4.3.0
v5.0.0-alpha.1

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v5.0.0-alpha.0...v5.0.0-alpha.1

v5.0.0-alpha.0

What's Changed

Breaking Changes

  • php ^8.2 is required
  • illuminate/* dependencies have been updated to ^11.0
  • Roots\Acorn\Bootloader has been removed in favor of Application::configure()
  • Experimental flag ACORN_ENABLE_EXPERIMENTAL_WORDPRESS_REQUEST_HANDLER has been removed

There are likely other breaking changes in Acorn. We will work on documenting them before the final release.

Full Changelog: https://github.com/roots/acorn/compare/v4.2.2...v5.0.0-alpha.0

v4.2.2

What's Changed

🩹 Only prioritize block templates in block themes by @Log1x and @dsturm in https://github.com/roots/acorn/pull/368 ✨ Add acorn:install command to simplify installing Acorn by @Log1x in https://github.com/roots/acorn/pull/369 🩹 Fix duplicate provider registration by @Log1x in https://github.com/roots/acorn/pull/371

Full Changelog: https://github.com/roots/acorn/compare/v4.2.1...v4.2.2

v4.2.1

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v4.2.0...v4.2.1

Acorn FSE Helper

We have created a new FSE helper package for Acorn and would appreciate feedback from those who use FSE.

v4.2.0

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v4.1.1...v4.2.0

Acorn FSE Helper

We have created a new FSE helper package for Acorn and would appreciate feedback from those who use FSE.

v4.1.1

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v4.1.0...v4.1.1

Acorn FSE Helper

We have created a new FSE helper package for Acorn and would appreciate feedback from those who use FSE.

v4.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v4.0.3...v4.1.0

v4.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v4.0.2...v4.0.3

v4.0.2

Mea culpa

The release of Acorn v4 introduced a Laravel wrapper for WordPress responses. It would capture the WordPress response and convert it into a standard interoperable http message so that users could add third-party middleware to it and treat it as a response object that you'd find in frameworks like Laravel or Symfony.

Things didn't go as planned.

We've dropped this wrapper as part of the standard Acorn v4 installation and put it behind an experimental flag.

We would still like to include it in an upcoming release of Acorn. If you want to test or contribute, you can reenable it by adding the following to your .env.

ACORN_ENABLE_EXPERIMENTAL_WORDPRESS_REQUEST_HANDLER=true

Sorry for any headaches this may have caused anyone over the last week.

Kind Regards, QWp6t

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v4.0.1...v4.0.2

v4.0.1

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v4.0.0...v4.0.1

v4.0.0

What's new

From the blog: What's new in Acorn v4?

Upgrade Guide

See the Upgrading Guide for information on upgrading from v3 to v4.

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v3.3.1...v4.0.0

v4.0.0-beta.1

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v4.0.0-beta.0...v4.0.0-beta.1

v3.3.1

Backported a couple of changes from 4.x to 3.x

What's Changed

Full Changelog: https://github.com/roots/acorn/compare/v3.3.0...v3.3.1

v4.0.0-beta.0

What's Changed

New Contributors

Full Changelog: https://github.com/roots/acorn/compare/v3.2.0...v4.0.0-beta.0

💬 Discuss this release on Roots Discourse

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor
spatie/laravel-javascript-views