starter / laravel
A skeleton application for the Laravel framework.
dev-master
2024-11-17 20:21 UTC
Requires
- php: ^8.3
- laravel/framework: ^11.31
- laravel/reverb: ^1.0
- laravel/tinker: ^2.10
Requires (Dev)
- aaronfrancis/solo: ^0.1.2
- aniftyco/skeletor: ^0.1.0
- fakerphp/faker: ^1.24
- laravel/pint: ^1.18
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.5
- pestphp/pest: ^3.5
- pestphp/pest-plugin-laravel: ^3.0
This package is auto-updated.
Last update: 2024-12-17 20:28:28 UTC
README
About This Starter
Warning
This section is still in todo mode.
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.