Rareloop / lumberjack

Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
https://lumberjack.rareloop.com
MIT License
377 stars 34 forks source link

Popularity #19

Open szepeviktor opened 5 years ago

szepeviktor commented 5 years ago

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 Themosis? What do you think?

sammyaxe commented 2 years ago

that is primary reason why I'm debating what to use here.

I love Lumberjack capabilities and whole MVC approach, but one thing that I'm missing is db migrations, that Acorn + Sage can enable.

I'm actually trying to figure out if it's possible to have Lumberjack + Acorn combo set up on bedrock.

rikhen commented 1 year ago

Hi @sammyaxe,

I'm trying the same thing but I can't get it to work (for some reason). Have you ever managed to get it to work in the end? Would be glad to have some tips as I couldn't find anything here apart from your comment!

Lumberjack, for example, offers me custom routing out of the box, a feature Sage lacks (yet). And I am only just learning about the possibilities of Acorn. So it would be nice to have this setup somehow! :)

By the way, I'm currently trying to bake in Bud.js in my blueprint as well.

lmartins commented 1 year ago

Spin up a local site and give it a try. Kick the tires, see what works and what does for you. You will get different feedback from each individual based on their own preferences. You have to see what works for you. I've been using Lumberjack for years now, and along with Timber was easily the biggest productivity boost for me when working with WordPress projects. Not so much with Gutenberg now, but still tremendously useful. Your mileage may vary.

sammyaxe commented 1 year ago

Hi @sammyaxe,

I'm trying the same thing but I can't get it to work (for some reason). Have you ever managed to get it to work in the end? Would be glad to have some tips as I couldn't find anything here apart from your comment!

Lumberjack, for example, offers me custom routing out of the box, a feature Sage lacks (yet). And I am only just learning about the possibilities of Acorn. So it would be nice to have this setup somehow! :)

By the way, I'm currently trying to bake in Bud.js in my blueprint as well.

I end up just going with Bedrock + Acorn, sorry for not being more helpful.