Brandon
Brandon
Tried getting this rolling for you for v2.0.0 but it's being tricky. :( Will try to get it fixed soon (TM).
I'd also like to request that styles such as the list are not compiled in the main stylesheet and can be dequeued. With the style classnames being so generic with...
Laravel's Ignition implementation requires routing which is not yet implemented in Acorn. Related #68
Yeah, that requires PHP 7.2 if I recall. My mistake. Care to do a PR?
Is `@field` returning in plain text or nothing at all?
What is being rendered in the compiled Blade? You can find it in `storage/framework/views` on Sage 10 or the `uploads` folder (if I recall) on Sage 9. https://github.com/Log1x/sage-directives/blob/master/src/Directives/ACF.php#L40-L62 The code...
It doesn't exist. I'm not HUGE on the `@bodyclass` directive as-is– but seeing as it's already here, I'll add `@postclass` too when I get a chance.
yeah thats more or less it + adding reference in the docs
I plan on refactoring this package in the future (as time permits) – I will make that a possibility.
I'd mainly like to do the tedious task of separating every directive into their own class and then having a service provider that has then all in an array as...