Friday, February 14, 2014

Command Line Tools in PhpStorm

Here's a quick tip for creating your own tools in PhpStorm to run command line tools.

Wednesday, February 5, 2014

Setting up PhpStorm

Overview

I already covered how to create a Laravel project using the composer command line and looked a bit at setting up Sublime Text for Laravel development.

Now I'll do a quick overview of setting up PhpStorm to get Laravel, add dependencies, and briefly go over enabling debugging.

Creating a Laravel Project

Overview

So you've set up your server, installed all the pre-requisites, and have download your first Laravel project. Now what?

This tutorial is a quick overview of how to set up and configure a Laravel application.

Saturday, February 1, 2014

Additional Resources

Overview

This is a collection of helpful Laravel resources and tutorials.