Warning
This section is still in todo mode.
First thing you want to do is scaffold out a new project with the following command:
composer create-project starter/laravel my-app
Replace my-app
with whatever you want to name your project. This will kickoff Composer's normal project scaffolding and then execute the Skeletor setup for configuring the starter.
The Laravel framework is open-sourced software licensed under the MIT license.