Looking to hire Laravel developers? Try LaraJobs

laravel maintained by starter

Description
A skeleton application for the Laravel framework.
Last update
2025/10/21 19:34 (dev-master)
License
Links
Downloads
44

Comments
comments powered by Disqus

Getting Started

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.

License

The Laravel framework is open-sourced software licensed under the MIT license.