Skip to content

Commit ee2c2ed

Browse files
committed
Docs tweaks
1 parent 0d565b3 commit ee2c2ed

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ php artisan turbo:install --jet
4848

4949
When using Jetstream with Livewire, the [Livewire Turbo Plugin](https://github.com/livewire/turbolinks) is needed so Livewire works nicely with Turbo. This one will be added to your Jetstream layouts as script tags fetching from a CDN (both `app.blade.php` and `guest.blade.php`).
5050

51-
If you're not using Importmap, the command will tell you to pull and compile the assets before proceeding:
51+
If you're not using [Importmap](https://github.com/tonysm/importmap-laravel), the command will tell you to pull and compile the assets before proceeding:
5252

5353
```bash
5454
npm install
@@ -69,12 +69,6 @@ php artisan turbo:install --alpine
6969

7070
_Note: the `--jet` option also adds all the necessary Alpine dependencies since Jetstream depends on Alpine._
7171

72-
Here's the full list of flags:
73-
74-
```bash
75-
php artisan turbo:install --jet --stimulus --alpine
76-
```
77-
7872
### Turbo HTTP Middleware
7973

8074
The package ships with a middleware which applies some conventions on your redirects, specially around how failed validations are handled automatically by Laravel. Read more about this in the [Conventions](#conventions) section of the documentation.

0 commit comments

Comments
 (0)