Skip to content

Commit

Permalink
Tweaks readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Dec 10, 2022
1 parent 7c89bca commit eefef6f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,7 @@ If you want a more hands-on introduction, head out to [Bootcamp](https://bootcam

Documentation for Turbo Laravel can be found on the [Turbo Laravel website](https://turbo-laravel.com).

### Known Issues

If you ever encounter an issue with the package, look here first for documented solutions.

#### Fixing Laravel's Previous URL Issue

Visits from Turbo Frames will hit your application and Laravel by default keeps track of previously visited URLs to be used with helpers like `url()->previous()`, for instance. This might be confusing because chances are that you wouldn't want to redirect users to the URL of the most recent Turbo Frame that hit your app. So, to avoid storying Turbo Frames visits as Laravel's previous URL, head to the [issue](https://github.com/tonysm/turbo-laravel/issues/60#issuecomment-1123142591) where a solution was discussed.

### Closing Notes
## Closing Notes

Try the package out. Use your Browser's DevTools to inspect the responses. You will be able to spot every single Turbo Frame and Turbo Stream happening.

Expand Down

0 comments on commit eefef6f

Please sign in to comment.