Skip to content

Commit 6f674c3

Browse files
vanmtaylorotwell
andauthored
Update README to describe configuration variant working trees (#73)
* Update README to describe configuration variant working trees * Update README.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent a2627da commit 6f674c3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ Our Laravel + [Livewire](https://livewire.laravel.com) starter kit provides a ro
66

77
Livewire is a powerful way of building dynamic, reactive, frontend UIs using just PHP. It's a great fit for teams that primarily use Blade templates and are looking for a simpler alternative to JavaScript-driven SPA frameworks like React and Vue.
88

9-
This Livewire starter kit utilizes Livewire 3, Laravel Volt, TypeScript, Tailwind, and the [Flux UI](https://fluxui.dev) component library.
9+
This Livewire starter kit utilizes Livewire 3, Laravel Volt (optionally), TypeScript, Tailwind, and the [Flux UI](https://fluxui.dev) component library.
10+
11+
If you are looking for the alternate configurations of this starter kit, they can be found in the following branches:
12+
13+
- [components](https://github.com/laravel/livewire-starter-kit/tree/components) - if Volt is not selected
14+
- [workos](https://github.com/laravel/livewire-starter-kit/tree/workos) - if WorkOS is selected for authentication
1015

1116
## Official Documentation
1217

0 commit comments

Comments
 (0)