Skip to content

Commit eda2f6f

Browse files
committed
update readme
1 parent e980bd8 commit eda2f6f

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Laravel JJetstream React (Typescript) Starter Kit
1+
# Laravel Jetstream React (Typescript) Starter Kit
22

33
## Introduction
44

@@ -11,13 +11,23 @@ This React starter kit utilizes React 19, TypeScript, Tailwind, and the [Headles
1111
## Getting Started
1212

1313
```bash
14-
laravel new --using=adrum/laravel-react-mantine-starter-kit
14+
laravel new --using=adrum/laravel-jetstream-react-typescript
1515
```
1616

1717
## Documentation
1818

19-
Documentation for Official Laravel starter kits can be found on the [Laravel website](https://laravel.com/docs/starter-kits). This project is not an official Laravel starter kit, but most of the documentation for the React starter kit should apply to this project as well.
19+
Documentation for Official Laravel Jetstream can be found on the [Laravel website](https://jetstream.laravel.com/). This project is not an official Laravel Jestream starter kit, but most of the documentation for Jetstream should apply to this project as well.
20+
21+
Note: The installer has already been run for you, so you can skip the `jetstream:install` command. Feel free to disable Jetstream features you don't need in the `conifg/jetstream.php` file.
22+
23+
## Other Starter Kits
24+
25+
Check out my other Laravel starter kits:
26+
27+
- [Laravel 12+ React (Mantine) Starter Kit](https://github.com/adrum/laravel-react-mantine-starter-kit): A React starter kit based on the oficial Laravel 12 React Starter Kit which provides a robust, modern starting point for building Laravel applications with a React frontend using Inertia.
28+
- [Laravel Jetstream + React (Typescript) Starter Kit](https://github.com/adrum/laravel-jetstream-react-typescript): A React starter kit based on Laravel Jetstream which provides a robust, modern starting point for building Laravel applications with a React frontend using Inertia.
29+
- [Laravel Jetstream + React (Mantine) Starter Kit](https://github.com/adrum/laravel-jetstream-react-mantine): Same as the above, except it swaps HeadlessUI with [Mantine](https://mantine.dev).
2030

2131
## License
2232

23-
The Laravel + React (Mantine) starter kit is open-sourced software licensed under the MIT license.
33+
The Laravel Jetstream React (Typescript) Starter Kit starter kit is open-sourced software licensed under the MIT license.

0 commit comments

Comments
 (0)