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 help

Hi!

I have an upcoming school project where my group is about too build a very simple cms (Change text,upload text, upload pictures etc.). We're thinking in PHP, since we all can basic php.

I have no previous experience of this. And feel like i have a lot too learn. Is there any helpful tutorial for this here at TeamTreehouse?

2 Answers

Max, there aren't any tutorials for building a CMS here on treehouse, but if you don't have a good understanding of php then there are plenty of courses here to help you with that. Now, as far as your project goes, any recommendation would require me to know more about the rules of the project. Do you have to code everything yourself or is your group permitted to use code libraries? If you can use frameworks/libraries then I would recommend doing the Laravel course here on tree house and then tweaking it to fit your needs( i.e. changes todo items to pages). If you can't used frameworks/libraries then I would recommend checking out phpacedemy on youtube. They have a CMS tutorial but its a little dated, instead start with their MVC tutorial and expand it from there. If you have any questions, feel free to ask them here and I will try to help.

Thanks alot for the tips!

I will definitely check out both the phpacedemy playlist about MVC and the Laravel course.