Brandon
Brandon
I'm assuming something weird is happening with https://github.com/Log1x/sage-directives/blob/master/src/Directives/WordPress.php#L433 – I probably need to move the `get_field()` call/conditions into the Blade echo its self. I will try to mess with it...
`@stylesheet` sounds good. Care to do a PR?
The underlying issue on this was a little more complicated and was hopefully fixed in #144
This is fixed in 4.x – not sure if @QWp6t wants to back-port this.
I mistook the above with a different issue. Looking more into this, while I have never seen this situation arise before, it appears to stem upstream from Laravel as seen...
I am going to close this issue as nothing has changed in Acorn related to how view components are handled. If this was broken/changed at some point, it would've been...
Does removing https://github.com/roots/sage/blob/main/app/setup.php#L40 change anything?
I haven't messed with validation but in theory it should work depending on how you're handling the request. Have you tried using the Validator Facade instead of initializing Validation directly?...
Strange, it looks like the validation service provider is supposed to [register the factory with the container](https://github.com/laravel/framework/blob/d3586ebfd88d1ac62035289d1172b7978cc8e429/src/Illuminate/Validation/ValidationServiceProvider.php#L24-L43). Make sure you sanity run `wp acorn optimize:clear` after installing `illuminate/validation` and `illuminate/translation`...
> I did run optimize:clear, not sure what that's supposed to do in this case It was just to make sure the providers weren't cached causing the new packages to...