# radicle — Latest

**URL:** /c/radicle/27
**Topics on this page:** 30

## [Radicle 2: Using Eloquent Models alongside WP_Query, caching, pagination, and extensibility.](/t/radicle-2-using-eloquent-models-alongside-wp-query-caching-pagination-and-extensibility/30314)

**Author:** @Stackie
**Last posted:** 2026-04-23T07:40:40Z

Hi Roots, 
We’re working with Radicle 2 and using Illuminate\Database\Eloquent\Model alongside WordPress. 
I have a few questions / concerns about how this integrates with WordPress internals (WP_Query($args)), especiall&hellip;

---

## [radicle v2.6.0 released](/t/radicle-v2-6-0-released/30283)

**Author:** @ben
**Last posted:** 2026-04-07T15:26:08Z

Radicle v2.6.0 has been released — you can download the latest version from the Roots Dashboard or from the GitHub repo 
What’s Changed
Features

:sparkles: Add Oxfmt and Oxlint
:sparkles: Replace Pint with Mago for PHP &hellip;

---

## [acron make:livewire command not defined](/t/acron-make-livewire-command-not-defined/30278)

**Author:** @nadim
**Last posted:** 2026-04-04T07:15:27Z

Trying to create a Livewire component in Radicle with acorn v5 and getting this error: 
$ lando wp acorn make:livewire MyComponent

ERROR  Command “make:livewire” is not defined. Did you mean one of these?

⇂ make:block⇂&hellip;

---

## [Radicle + Divi: createRoot is not a function](/t/radicle-divi-createroot-is-not-a-function/30276)

**Author:** @AnthoR
**Last posted:** 2026-04-02T14:21:24Z

Hi everyone, 
I’m running into an issue with Radicle that doesn’t occur with a standard Bedrock setup. 
When I navigate to the Divi Library layouts admin page /wp/wp-admin/edit.php?post_type=et_pb_layout (edit.php for th&hellip;

---

## [WP_REDIS_HOST missing in application.php](/t/wp-redis-host-missing-in-application-php/30273)

**Author:** @Tobia
**Last posted:** 2026-04-02T09:10:06Z

I noticed that .lando.env defines WP_REDIS_HOST=cache but then bedrock/application.php does not apply it, so it’s not available to Redis Cache and other plugins. 
I solved it by adding to application.php: 
Config::define&hellip;

---

## [radicle v2.5.0 released](/t/radicle-v2-5-0-released/30259)

**Author:** @ben
**Last posted:** 2026-03-25T15:24:01Z

Radicle v2.5.0 has been released — you can download the latest version from the Roots Dashboard or from the GitHub repo 
What’s Changed

:sparkles: Acorn v6 (Laravel v13)
:sparkles: Upgrade to Vite v8
:up_arrow: Upgrade &hellip;

---

## [Redefined Tailwind colors not added to theme.json in Radicle](/t/redefined-tailwind-colors-not-added-to-theme-json-in-radicle/30247)

**Author:** @nadim
**Last posted:** 2026-03-20T14:52:31Z

On a new Radicle install, I disable all Tailwind colors and black, white and blue variants. However, only some of these colors are added to theme.json when running npm run build 
// theme.css
@import &quot;./fonts.css&quot;;

@the&hellip;

---

## [radicle v2.4.0](/t/radicle-v2-4-0/30236)

**Author:** @ben
**Last posted:** 2026-03-16T13:07:08Z

Radicle v2.4.0 has been released — you can download the latest version from the Roots Dashboard or from the GitHub repo 
What’s Changed
:sparkles: Migrate from WPackagist to WP Composer 
See: 

Introducing WP Composer as&hellip;

---

## [radicle v2.3.0 released](/t/radicle-v2-3-0-released/30204)

**Author:** @ben
**Last posted:** 2026-03-11T20:59:23Z

Radicle v2.3.0 has been released — you can download the latest version from the Roots Dashboard or from the GitHub repo 
What’s Changed
:up_arrow: Dependencies &amp; Requirements

:up_arrow: Bump minimum PHP requirement from&hellip;

---

## [Usage of register() vs boot() in Radicle/Acorn service providers](/t/usage-of-register-vs-boot-in-radicle-acorn-service-providers/30202)

**Author:** @Tobia
**Last posted:** 2026-03-02T18:18:25Z

I’m using Radicle 2.2.0 and I noticed that all the example service providers do all of their work in their register() method. 
In my own service provider I had to move some of my code to the boot() method to get it to wo&hellip;

---

## [Radicle v2.2.0 string translations in directory "./app" not written in ./resources/lang/radicle.pot](/t/radicle-v2-2-0-string-translations-in-directory-app-not-written-in-resources-lang-radicle-pot/30058)

**Author:** @Stackie
**Last posted:** 2026-02-13T18:59:02Z

Hi Roots, 
I noticed any string translations used for i18n localization are not working in the ./app directory. All other --include=&quot;app,config,resources,public/dist/js&quot; inside the ./package.json are working and are writ&hellip;

---

## [Maintaining blocks inside Sage or Radicle](/t/maintaining-blocks-inside-sage-or-radicle/30068)

**Author:** @mehha
**Last posted:** 2025-12-10T09:13:31Z

Hi 
Lets say there have been created 20 blocks inside Radicle or Sage and you have 100 websites. How would you organize your setup so that if some blocks needs gloabl fix (some WCAG for example) then you can push it acro&hellip;

---

## [Font Family twice in editor dropdown](/t/font-family-twice-in-editor-dropdown/30044)

**Author:** @abombelli
**Last posted:** 2025-11-13T15:36:48Z

Hello 
In theme.json I added some fonts: 
&quot;typography&quot;: {

      &quot;defaultFontSizes&quot;: false,
&quot;customFontSize&quot;: false,

&quot;dropCap&quot;: true,
&quot;fontFamilies&quot;: [
        {
&quot;slug&quot;: &quot;sans&quot;,
&quot;name&quot;: &quot;DIN Next&quot;,
&quot;fontFamily&quot;: &quot;&#39;DIN N&hellip;

---

## [Beginner Advice; Leanest Development (Bricks, Roots, Payload)](/t/beginner-advice-leanest-development-bricks-roots-payload/30045)

**Author:** @TLO
**Last posted:** 2025-11-12T23:27:05Z

Hello Roots Community! 
happy to see such a Active discourse happening Here! 
currently im in the process of getting back into WordPress / Web dev for some projects. 
I’m curious to learn if Roots could be the thing I’m &hellip;

---

## [Fatal: [deploy : Run Acorn optimize]](/t/fatal-deploy-run-acorn-optimize/30033)

**Author:** @deal
**Last posted:** 2025-11-06T21:42:04Z

I created a DreamCompute instance for staging, installed Ubuntu v24, then provisioned with trellis provision staging. Then, when deploying to staging I encountered an error: 
fatal: [IP]: FAILED! =&gt; {&quot;changed&quot;: true, &quot;cm&hellip;

---

## [Radicle with FSE](/t/radicle-with-fse/27941)

**Author:** @stevencamilleri
**Last posted:** 2025-10-23T12:12:02Z

Hey guys, I’m using a Radicle setup with Full Site Editing supporting block themes. I want to make templates, parts and patterns available globally for all block themes that are within ‘./public/content/themes’. Currentl&hellip;

---

## [WooCommerce Hooks](/t/woocommerce-hooks/30004)

**Author:** @bahamagician
**Last posted:** 2025-10-14T20:06:10Z

I’m not sure if this is a problem just with Radicle or if it exists in Sage/Bedrock also but when I use the WooCommerce plugin and publish the wc-template-hooks.php file, it doesn’t seem to work if I try to use that file&hellip;

---

## [Radicle Deployment/Hosting](/t/radicle-deployment-hosting/29988)

**Author:** @bahamagician
**Last posted:** 2025-10-14T13:02:05Z

Hey, 
Just wondering what people are using for hosting/deployment.  I’ve used Laravel Forge in the past for my Bedrock deployments.  Can I still use it for Radicle?  Would I be able to run the WP commands and the Acorn s&hellip;

---

## [radicle v2.2.0 released](/t/radicle-v2-2-0-released/29974)

**Author:** @ben
**Last posted:** 2025-10-06T19:38:01Z

Radicle v2.2.0 has been released — you can download the latest version from the Roots Dashboard or from the GitHub repo 
What’s Changed
Dependency updates

:up_arrow: PHP 8.3 minimum requirement
:up_arrow: WordPress 6.8.&hellip;

---

## [Default example button block in Radicle 2.0.1](/t/default-example-button-block-in-radicle-2-0-1/29910)

**Author:** @mehha
**Last posted:** 2025-10-06T18:53:35Z

Some questions: 

How would you make editor buttons styles align with frontend
Styles in resources/views/blocks/button.theme.js, where these styles are applied. Cannot find anywhere.
$sizes array (xs, sm, base, lg) in re&hellip;

---

## [Custom blocks not working when not running npm run dev](/t/custom-blocks-not-working-when-not-running-npm-run-dev/29965)

**Author:** @Markus_Finell
**Last posted:** 2025-10-07T12:01:04Z

New setup of radicle. Running npm run dev, custom blocks works as expected, including the included modal block. When I stop npm run dev, the blocks are suddenly not registered anymore. I tried running npm run build but t&hellip;

---

## [Woocommerce on Radicle?](/t/woocommerce-on-radicle/29969)

**Author:** @bahamagician
**Last posted:** 2025-10-05T20:21:19Z

Hey, 
Two quick questions: 

what’s the best way to get started with Woocommerce with Radicle? Is it the Sage/Woocommerce package?
What’s the default database credentials and DB name when using Lando locally? Is it pulli&hellip;

---

## [Radicle Access After Purchase](/t/radicle-access-after-purchase/29967)

**Author:** @bahamagician
**Last posted:** 2025-10-05T20:17:49Z

Hey, 
Just wondering what the process is to gain access to Radicle.  I paid for it yesterday and received the receipt email but I didn’t receive any kind of access to it.  I also don’t see anything in my account.  Any he&hellip;

---

## [extend Radicle license](/t/extend-radicle-license/29960)

**Author:** @bryken.rodolfo
**Last posted:** 2025-10-01T14:19:39Z

Hi, I’m evaluating licenses for Radicle. If I start with the single-site license ($80) and later decide that I need to move up to the unlimited license ($240), how does the upgrade process work? Do you credit the initial&hellip;

---

## [radicle v2.1.0 released](/t/radicle-v2-1-0-released/29953)

**Author:** @ben
**Last posted:** 2025-10-01T12:18:12Z

Radicle v2.1.0 has been released 
If you have already purchased a license for Radicle, you can download the latest version from the Roots Dashboard or from the GitHub repo 
What’s Changed
New features

:sparkles: Add RES&hellip;

---

## [New to Radicle: Eloquent models](/t/new-to-radicle-eloquent-models/29947)

**Author:** @ben
**Last posted:** 2025-09-26T16:25:36Z

In the upcoming version of Radicle, there’s now Eloquent models included out of box for posts, our included custom post type, and post meta 
https://github.com/roots/radicle/pull/254 
There’s also a new front-page templa&hellip;

---

## [radicle pest unit test setup](/t/radicle-pest-unit-test-setup/29922)

**Author:** @selu
**Last posted:** 2025-09-21T13:26:24Z

Hi, 
I’m trying to set up testing in a Radicle project that uses Eloquent models. I attempted to use the default Radicle testing setup, but it fails with the following error: 
 Call to a member function connection() on n&hellip;

---

## [Radicle modal block content and Yoast SEO](/t/radicle-modal-block-content-and-yoast-seo/29896)

**Author:** @codingeeker
**Last posted:** 2025-09-11T16:28:30Z

When testing the modal block in Radicle, I noticed that Yoast doesn’t seem to pick up text fields outside of InnerBlocks. Is there a way to fix that?

---

## [Problem with wp acorn](/t/problem-with-wp-acorn/29839)

**Author:** @Jimmylet
**Last posted:** 2025-08-14T08:52:43Z

Hello, 
I’m trying to use wp acorn for the first time and nothing happens. Radicle is installed and everything works.  I have tried several commands and nothing happens, the terminal gets stuck on the command and nothing&hellip;

---

## [Template overrides in radicle](/t/template-overrides-in-radicle/29631)

**Author:** @Ronak_Karia
**Last posted:** 2025-08-05T09:35:54Z

I am on the latest version of radicle project. 
I am supposed to create a new file inside yourtheme/wp-job-manager-resumes/resume-submit.php but since we don’t edit the theme folder. Where should this file go? 
Thanks
