Philosophy and Tech

Tag: Laravel (page 1 of 1)

Learning Laravel the Right Way

I am on my first week of my Laravel journey, and so far so good. I setup my development environment using Bitnami, settled on Atom as my editor and began learning Laravel using Laracasts.

Laravel Environment Setup

You have three installation options:

Laravel Homestead is an official, Vagrant virtual machine that comes pre-installed with all of the Laravel requirements. The benefit with Homestead is that you will not have to install anything on your machine.

I chose the Bitnami WAMP stack option, and so far it has worked for me. Download version 5.6, because the newer versions do not have Laravel installed.

As part of the setup you are going to need to settle on an IDE or editor. It seems the Laravel community prefers Sublime Text, but I settled on Atom, my favorite editor.

If you prefer a full blown PHP IDE, then PHPStorm might be an option.

Learning Resources

Laravel versus Ruby on Rails versus Django

I am going to start working on a chess website project, and after brainstorming the idea I needed to decide which web technology to use for the site.

The three contenders are Ruby on Rails, Django or PHP using the Laravel Framework.

I have decided to go with Laravel after reading Craig Hewitt’s assessment and deciding that for me ease of learning and deployment to production are most important.

Laravel Resources