# acorn — Latest

**URL:** /c/acorn/23
**Topics on this page:** 30

## [acorn v6.1.0 released](/t/acorn-v6-1-0-released/30330)

**Author:** @ben
**Last posted:** 2026-04-26T23:42:32Z

acorn v6.1.0 released 
What’s Changed
Features

Upgrade to Laravel v13.6.0 (📦️ Update Foundation to Laravel v13.6.0 by github-actions[bot] · Pull Request #536 · roots/acorn · GitHub)

Bug Fixes

Share Vite singleton acro&hellip;

---

## [Published vendor packages have invalid path](/t/published-vendor-packages-have-invalid-path/30128)

**Author:** @imrelaur
**Last posted:** 2026-04-13T05:01:41Z

Hello, 
I am using Bedrock with Sage and Acorn 5.0.5. PHP version is 8.3 and WordPress is 6.8.3 
I am using a Laravel package log-viewer. When I publish it’s assets using wp acorn vendor:publish --tag=log-viewer-assets -&hellip;

---

## [acorn-mail v2.0.0 released](/t/acorn-mail-v2-0-0-released/30292)

**Author:** @ben
**Last posted:** 2026-04-11T01:45:34Z

acorn-mail v2.0.0 released 
Breaking changes

Acorn v6 is now required. Acorn v6 uses Laravel v13, which renamed the SMTP config key from encryption to scheme. If you’re still on Acorn ≤5, stay on v1.0.4.
PHP &gt;=8.3 is no&hellip;

---

## [Livewire scripts fail to load with acron v5](/t/livewire-scripts-fail-to-load-with-acron-v5/30279)

**Author:** @nadim
**Last posted:** 2026-04-07T04:21:37Z

I have a Radicle setup with acorn v5. I recently installed Livewire v4 following the Using Livewire with WordPress guide. When loading the frontend, the browser fails to fetch Livewire scripts. Console show the error: 
G&hellip;

---

## [Use FilamentPHP in Acorn](/t/use-filamentphp-in-acorn/30270)

**Author:** @helenagwyn
**Last posted:** 2026-03-29T15:02:11Z

Hi, I recently came accross roots.io looking for a way to use Laravel in a Wordpress-environment as way to bridge it with other data and Laravel-apps. I love it so far, as a possible bridge and on its own for wordpress m&hellip;

---

## [acorn v6.0.0 released](/t/acorn-v6-0-0-released/30257)

**Author:** @ben
**Last posted:** 2026-03-25T15:12:13Z

acorn v6.0.0 released 
What’s Changed
:sparkles: Laravel v13 (#522) 
:collision: PHP 8.3+ min requirement 
Read the upgrade guide

---

## [acorn v5.1.1 released](/t/acorn-v5-1-1-released/30253)

**Author:** @ben
**Last posted:** 2026-03-23T14:58:47Z

acorn v5.1.1 released 
What’s Changed

:bug: Restore original superglobals after Request::capture() in 🐛 Restore original superglobals after Request::capture() by retlehs · Pull Request #525 · roots/acorn · GitHub

---

## [Managing Laravel Queue workers in Acorn](/t/managing-laravel-queue-workers-in-acorn/30205)

**Author:** @KevinLisota
**Last posted:** 2026-03-19T17:15:32Z

I’ve recently implemented Laravel Queue processing in Acorn and have questions for others using it. 

Queues need to be restarted when there are code changes to Queue Jobs. Laravel supports this command: php artisan queu&hellip;

---

## [acorn v5.1.0 released](/t/acorn-v5-1-0-released/30239)

**Author:** @ben
**Last posted:** 2026-03-17T13:47:53Z

acorn v5.1.0 released 
What’s Changed
:bug: 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 UR&hellip;

---

## [Acorn Example Package now includes a configure script for placeholder replacement](/t/acorn-example-package-now-includes-a-configure-script-for-placeholder-replacement/30212)

**Author:** @ben
**Last posted:** 2026-03-08T15:01:59Z

The acorn-example-package repo now includes a configure.php script that replaces all the placeholder names (vendor, package, namespace, class names, etc.) after you create a new package from the template. 
Usage
After cr&hellip;

---

## [acorn v5.0.6 released](/t/acorn-v5-0-6-released/30191)

**Author:** @Log1x
**Last posted:** 2026-02-25T16:25:11Z

acorn v5.0.6 released 
What’s Changed
Bug Fixes

:adhesive_bandage: Fix: Clean output buffering up to initial level (#480) @tombroucke
:adhesive_bandage: Fix: Relay status code set by WordPress (#485) @tombroucke
&hellip;

---

## [New guide for Creating WP-CLI Commands with Artisan Console](/t/new-guide-for-creating-wp-cli-commands-with-artisan-console/29951)

**Author:** @ben
**Last posted:** 2026-02-20T18:28:58Z

Check out our new guide on using Laravel’s Artisan Console system to build powerful WP-CLI commands for WordPress:

---

## [Using Acorn asset middleware Bud/Vite](/t/using-acorn-asset-middleware-bud-vite/30127)

**Author:** @codepuncher
**Last posted:** 2026-01-22T08:34:18Z

With the upgrade to Sage 11 and replacing Bud with Vite, this means any reusable code (e.g. Composer packages) that relies on \Roots\bundle  no longer works. 
Is there anything available to support bundling/enqueueing as&hellip;

---

## [What does `withRouting(wordpress: true)` do when booting Acorn 5?](/t/what-does-withrouting-wordpress-true-do-when-booting-acorn-5/30055)

**Author:** @andronocean
**Last posted:** 2025-11-24T19:58:06Z

I’m in the process of upgrading a site to Acorn 5. I’ve read all the docs on how to properly boot Acorn and register routes, and I’m confused by what’s going on in the withRouting() method. 
Here’s the example given unde&hellip;

---

## [Acorn LLMs.txt beta release](/t/acorn-llms-txt-beta-release/29816)

**Author:** @ben
**Last posted:** 2025-10-17T12:00:17Z

:wave: We’ve just released the first beta of Acorn LLMs.txt, a new package that implements https://llmstxt.org/ for WordPress sites using Acorn: 


Features

llmstxt.org compliant: Implements the standard specification f&hellip;

---

## [How are you using Laravel migrations in Acorn?](/t/how-are-you-using-laravel-migrations-in-acorn/29946)

**Author:** @ben
**Last posted:** 2025-09-28T08:55:29Z

Don’t sleep on Acorn’s support for running Laravel migrations in WordPress, it’s a great tool to use :sparkles: 
Also, using LLMs to help generate them makes creating these a fairly quick process. If you’re using a CLI l&hellip;

---

## [Announcing Acorn Mail](/t/announcing-acorn-mail/26877)

**Author:** @Log1x
**Last posted:** 2025-09-26T14:28:11Z

Acorn Mail aims to streamline SMTP configuration and testing in your WordPress application providing simple configuration and testing using Acorn’s CLI.

---

## [acorn-fse-helper v1.0.3 released](/t/acorn-fse-helper-v1-0-3-released/29945)

**Author:** @ben
**Last posted:** 2025-09-26T14:26:47Z

:sparkles: acorn-fse-helper now includes a config option for enabling Vite assets on FSE pages 
See https://github.com/roots/acorn-fse-helper#vite-asset-integration

---

## [FileNotFoundException with acorn blade files](/t/filenotfoundexception-with-acorn-blade-files/29914)

**Author:** @KBGbda
**Last posted:** 2025-09-17T18:35:17Z

We inherit a site using sage and acorn. This error keeps happening: 
PHP Fatal error: Uncaught Illuminate\Contracts\Filesystem\FileNotFoundException: File does not exist at path /nas/content/live//wp-content/cache/acorn/&hellip;

---

## [Announcing Acorn Post Types](/t/announcing-acorn-post-types/29683)

**Author:** @ben
**Last posted:** 2025-09-08T15:41:32Z

Acorn Post Types streamlines custom post type and taxonomy registration in WordPress using a simple PHP config file and the Extended CPTs library.

---

## [Laravel migrations guide](/t/laravel-migrations-guide/29821)

**Author:** @ben
**Last posted:** 2025-08-06T14:04:10Z

:information_source: A new guide has been published to the Acorn docs that shows how to create and use Laravel migrations:

---

## [acorn v5.0.5 released](/t/acorn-v5-0-5-released/29818)

**Author:** @Log1x
**Last posted:** 2025-08-05T19:00:29Z

acorn v5.0.5 released 
What’s Changed

:adhesive_bandage: fix: allow ‘build’ to be part of theme or project name by @tombroucke in 🩹 fix: allow &#39;build&#39; to be part of theme or project name by tombroucke · Pull Request #47&hellip;

---

## [Possible to use livewire in wordpress admin ?](/t/possible-to-use-livewire-in-wordpress-admin/29712)

**Author:** @mickaelperrin
**Last posted:** 2025-06-30T09:34:35Z

Hi, 
I try to use livewire in a WordPress admin page but I encounter the issue “livewire.update” route is not available. 
I have enable the -&gt;withRouting(wordpress: true) in the boot call of acorn, and I can see the rout&hellip;

---

## [acorn v5.0.4 released](/t/acorn-v5-0-4-released/29642)

**Author:** @Log1x
**Last posted:** 2025-05-28T00:18:50Z

acorn v5.0.4 released 
What’s Changed

:adhesive_bandage: Fix app registration callbacks not being called (Fixes #463) by @stefanfisk in Fix app registration callbacks not being called (Fixes #463) by stefanfisk · Pull R&hellip;

---

## [Conflict Monolog 3.8.x psr with psr\log 1.0](/t/conflict-monolog-3-8-x-psr-with-psr-log-1-0/29267)

**Author:** @alonrj
**Last posted:** 2025-05-26T09:16:27Z

I installed acorn 4.x that is using Monolog ver 3.8.x that supports psr\log 2.0 and 3.0 but not 1.0. 
I am using the cloudflare plugin that uses psr\log 1.0 that then conflicts with the monolog psr that cannot be downgra&hellip;

---

## [acorn v5.0.3 released](/t/acorn-v5-0-3-released/29582)

**Author:** @Log1x
**Last posted:** 2025-05-06T18:33:07Z

acorn v5.0.3 released 
What’s Changed

:adhesive_bandage: Don’t unintentionally boot acorn by @QWp6t in 🩹 don&#39;t unintentionally boot acorn by QWp6t · Pull Request #458 · roots/acorn · GitHub
:adhesive_bandage: Fix except&hellip;

---

## [Acorn + Larastan](/t/acorn-larastan/29344)

**Author:** @marie
**Last posted:** 2025-04-29T07:09:37Z

Hey there, 
Is there a way around to use larastan with acorn ? 
Because when I run analyse, there is this type of errors, knowing that database_path() has never been called in NewsBlock.php 
Internal error: Call to undef&hellip;

---

## [Acorn tries to load config a second time when installed in a bedrock theme](/t/acorn-tries-to-load-config-a-second-time-when-installed-in-a-bedrock-theme/29535)

**Author:** @egaron
**Last posted:** 2025-04-24T18:58:42Z

Hi, 
When installing acorn via composer inside bedrock and calling the following setup function in the functions file of my theme, I get error telling me that it’s trying to define the constants that are set in applicati&hellip;

---

## [Issue Deploying Updated Plugins Due to Acorn Cache](/t/issue-deploying-updated-plugins-due-to-acorn-cache/29320)

**Author:** @lgenter
**Last posted:** 2025-04-16T15:02:29Z

Hey team, 
I have 3-year-old site that I am updating some premium plugins on. The site is using Trellis, Bedrock, and Sage 10, which have not been upgraded since the site was launched due to budget constraints. As such, &hellip;

---

## [acorn v5.0.2 released](/t/acorn-v5-0-2-released/29457)

**Author:** @Log1x
**Last posted:** 2025-04-08T16:53:50Z

acorn v5.0.2 released 
What’s Changed

:adhesive_bandage: Pass missing $pages and $health parameters to the withRouting() parent by @boxybird in Refactor routing method to include new parameters. by boxybird · Pull Reque&hellip;
