lumberjack
lumberjack copied to clipboard
Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
* install `intervention/image` and `intervention/imagecache` with composer => observe error with QueryBuilder (PHP 8.0) ```php Rareloop\Lumberjack\QueryBuilder::get(): Return value must be of type Tightenco\Collect\Support\Collection, Illuminate\Support\Collection returned in QueryBuilder.php line 177 at...
Hello! What do you see as the main cause of only 146 stars here on GitHub, not hundreds or thousands? Maybe the number of serious developers working with WordPress? Or...
What are the steps to reproduce this issue? ------------------------------------------- Use dump() in any .twig file. What happens? ------------- The dumped data is not formatted in a colorful way like if...
Update Handler API based on: https://github.com/Rareloop/lumberjack-core/pull/38
What does this implement/fix? --------------------------------------------------- Out of the box, Lumberjack only registers one nav menu, "main-nav" in `/config/menus.php`, then manually adds that navigation Menu to the context in `/app/Http/Lumberjack.php`. As...
For bug reports, please provide as much relevant info as possible. What are the steps to reproduce this issue? ------------------------------------------- 1. create a new site 2. install wp-browser by running...
Thanks for creating lumberjack. This is the first time we use it and I've run into a problem with translations. We register custom post type as show in the documentation:...
What are the steps to reproduce this issue? ------------------------------------------- 1. Add WooCommerce 2. Create archive-product.php file 3. Create ArchiveProductController class in this file 4. Go to /product-category/some-category/ What happens? Lumberjack...
Hello, I'm trying to figure out how to use Lumberjack with WooCommerce. I created a Product post type in Lumberjack, but when I implement the required getPostType and getPostTypeConfig methods...
Hi there, we are encountering an error when we put dots (".") in our route parameters. Is it allowed to do that? What are the steps to reproduce this issue?...