https://github.com/composer-starters/laravel
Quickly scaffold out a Laravel app using Inertia with React or Vue, or Livewire.
https://github.com/composer-starters/laravel
framework laravel php skeleton skeletor starter
Last synced: 2 months ago
JSON representation
Quickly scaffold out a Laravel app using Inertia with React or Vue, or Livewire.
- Host: GitHub
- URL: https://github.com/composer-starters/laravel
- Owner: composer-starters
- License: mit
- Created: 2024-11-12T18:29:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-21T17:35:04.000Z (5 months ago)
- Last Synced: 2025-10-21T19:27:54.082Z (5 months ago)
- Topics: framework, laravel, php, skeleton, skeletor, starter
- Language: Blade
- Homepage:
- Size: 317 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Getting Started
First thing you want to do is scaffold out a new project with the following command:
```shell
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](https://github.com/aniftyco/skeletor) setup for configuring the starter.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).