i want some CMS with admin panel
so managerscan easily create and edit pages and edit SEO tags and do some other managing things,
meanwhile i'm also looking for CMS that lets you write code to create some non-CMS features.
Is there any all-in-one CMS that has advantage over other Laravel CMS's?
Can you name your fav CMS for Laravel? (free CMS prefered)
Voyager and Nova are more like admin panels... never thought of those exactly as CMS platforms. I didn't know about Voyager frontend... I have to play with that.
comparing to wordpress is a bad start since none of these will ever have the ecosystem of plugins and themes available to wordpress. Make sure you understand that before you start.
I think that it's hard to say what is differece, because a CMS have also an admin panel, and sometime CRUD, an admin panel could have a CMS and also a CRUD, and CRUD should have an admin panel and can be used as CMS.
CMS = usually a full application for manage content
CRUD = generators with UI or without UI to create Create-Read-Update-Delete scaffolds that manage a database
Admin panel = basic skeleton with several things to build something (a CMS or CRUD, or anything else)
I hope that I explain myself :)
If you want something that have a lot of opportunities without coding too much, then check https://statamic.com/
It's a good choice for build quickly and easy as with Wordpress
An admin panel helps you build/manage an app. A CMS helps you run a blog or manage website content. A crud manager is exactly that, helps you create read update and delete data. Different concepts.