An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

## 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).