starter / laravel
A skeleton application for the Laravel framework.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 1
Forks: 0
Language:Blade
Type:project
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
This package is auto-updated.
Last update: 2025-04-01 02:28:10 UTC
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.