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 Building Websites with PHP Slim Basics & Twig Templates Including & Rendering

Joshua Howard
Joshua Howard
12,676 Points

Unable to get slim to work in this exercise.

I'm working with a newer version of slim and I was able to make everything work up until this point. I'm getting a Slim Application Error when I try to load the index.php file in a browser using the preview icon.

2 Answers

Devin Gray
Devin Gray
39,261 Points

Try following the example from the v3 link instead of the video. You can find it here: http://www.slimframework.com/docs/tutorial/first-app.html

Devin, This doesn't seem to address the rendering of a html page.