Skip to content

Commit 24b61ec

Browse files
authored
docs: Group starter kits together in repository list (#10812)
This commit reorganizes the list of official Laravel repositories in the contributions guide. The Livewire and React starter kits have been moved to the end of the list to group them with the Vue starter kit. This improves the readability and logical structure of the list by keeping all starter kit projects together.
1 parent 1b33a1c commit 24b61ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ The Laravel source code is managed on GitHub, and there are repositories for eac
3838
- [Laravel Framework](https://github.com/laravel/framework)
3939
- [Laravel Homestead](https://github.com/laravel/homestead) ([Build Scripts](https://github.com/laravel/settler))
4040
- [Laravel Horizon](https://github.com/laravel/horizon)
41-
- [Laravel Livewire Starter Kit](https://github.com/laravel/livewire-starter-kit)
4241
- [Laravel Passport](https://github.com/laravel/passport)
4342
- [Laravel Pennant](https://github.com/laravel/pennant)
4443
- [Laravel Pint](https://github.com/laravel/pint)
4544
- [Laravel Prompts](https://github.com/laravel/prompts)
46-
- [Laravel React Starter Kit](https://github.com/laravel/react-starter-kit)
4745
- [Laravel Reverb](https://github.com/laravel/reverb)
4846
- [Laravel Sail](https://github.com/laravel/sail)
4947
- [Laravel Sanctum](https://github.com/laravel/sanctum)
5048
- [Laravel Scout](https://github.com/laravel/scout)
5149
- [Laravel Socialite](https://github.com/laravel/socialite)
5250
- [Laravel Telescope](https://github.com/laravel/telescope)
51+
- [Laravel Livewire Starter Kit](https://github.com/laravel/livewire-starter-kit)
52+
- [Laravel React Starter Kit](https://github.com/laravel/react-starter-kit)
5353
- [Laravel Vue Starter Kit](https://github.com/laravel/vue-starter-kit)
5454

5555
</div>

0 commit comments

Comments
 (0)