Friday, January 31, 2014

Setting Up Sublime Text

Overview

For editing PHP files you can use any text editor, but I like to use Sublime Text. It has some nice features that really helps with development and you can try out the free trial to see it in action.

You can get a free trial of Sublime Text at www.sublimetext.com/2

Getting Started With Laravel from Scratch

Overview

To start with web and Laravel development, you'll need the following:

A Web Server : To actually run your web apps.

PHP : The language to write your apps in.

A Database : Where you can store your app data.

Composer : Used to manage PHP dependencies.

The Laravel Project Files : The actual Laravel source files.

This tutorial will walk you through the process of installing and configuring a web server as well as everything needed to start developing with Laravel. I'm working in Windows, so everything here is for the windows operating system.

Wednesday, January 22, 2014