Skip to content

Commit

Permalink
Docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jun 15, 2022
1 parent 0d565b3 commit ee2c2ed
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ php artisan turbo:install --jet

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

If you're not using Importmap, the command will tell you to pull and compile the assets before proceeding:
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:

```bash
npm install
Expand All @@ -69,12 +69,6 @@ php artisan turbo:install --alpine

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

Here's the full list of flags:

```bash
php artisan turbo:install --jet --stimulus --alpine
```

### Turbo HTTP Middleware

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.
Expand Down

0 comments on commit ee2c2ed

Please sign in to comment.