Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

CMS Laravel

Hello,

Which is the best CMS (content management system) for laravel websites?

Ken Alger
Ken Alger
Treehouse Teacher

Kristian;

That is a rather broad question, in my opinion. What type of content are you trying to manage? What feature do you need, what are you using it for, what requirements do you need to meet?

Ken

Hello Ken,

I have used Couch cms and what I liked about it was the ease of creating editable regions, the gallery feature and most of all the feature that allows you to easily build blog-type sites . Sadly I found out that its not quite good with non-static websites. What I need to manage in this project is simple paragraph regions, maybe a few headings and contact information.

1 Answer

am not sure if I understand the question or not, but Laravel is a Framework which mean you can use it to build your own CMS to show the data you want.

any way, if you want you can check https://octobercms.com/ which is a CMS built with Laravel