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 Laravel 4 Basics Getting Started with Laravel Installing VirtualBox & Vagrant

Don Shipley
Don Shipley
19,488 Points

Laravel

Is Laravel like xampp wampp etc. Is this just to make a localhost?

2 Answers

Kevin Korte
Kevin Korte
28,148 Points

No, Laravel is a PHP framework to build an application off of. Xampp, Wampp, and other similiar programs are "bundles" that install common applications like Apache, MySQL, and possibly a FTP client or two.

You might use Xampp to run a Laravel application locally.

Don Shipley
Don Shipley
19,488 Points

Have not studied any on building applications. Learning php for building web sites and get a better understanding of Wordpress. Laravel is in the Library under php. Is Laravel necessary to get a better understanding of PHP ?

Kevin Korte
Kevin Korte
28,148 Points

No, laravel is not necessary to a better understanding of php. I'd actually go as far to say it would hinder it. Learn vanilla PHP and object oriented programming first. Than you'll be able to better harness the speed and power Wordpress and Laravel can provide. And just to be clear, Wordpress is a CMS (content management system), but Laravel is a php framework. There is a difference, and you'll learn about it as you go.

Laravel would be easy to get lost in with a base layer understanding of core PHP.

Don Shipley
Don Shipley
19,488 Points

Thank you Kevin. Your answer is a huge help. I will stay on track studying PHP and learn more css. I know Wordpress is a cms one of the reasons I want to learm Wordpress. I believe with the plugins for Wordpress will make things a little simpler building web sites allowing the client to have access to update and add content on their own.