starter / laravel
A skeleton application for the Laravel framework.
Package info
github.com/composer-starters/laravel
Language:Blade
Type:project
pkg:composer/starter/laravel
0.2.3
2025-10-21 17:34 UTC
Requires
- php: ^8.3
- laravel/framework: ^12.0
- laravel/reverb: ^1.4
- laravel/tinker: ^2.10
Requires (Dev)
- aniftyco/skeletor: ^0.1
- fakerphp/faker: ^1.24
- laravel/pint: ^1.21
- mockery/mockery: ^1.6
- pestphp/pest: ^3.7
- pestphp/pest-plugin-laravel: ^3.1
- soloterm/solo: ^0.4
README
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.
