Skip to content

Commit

Permalink
clear up wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 16, 2017
1 parent fb7e3c3 commit 012cb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `VerifyCsrfToken` [middleware](/docs/{{version}}/middleware), which is inclu

#### CSRF Tokens & Vue

If you are using the [Vue](https://vuejs.org) JavaScript framework, but not using the authentication scaffolding provided by the `make:auth` Artisan command, you will need to manually define a `Laravel` JavaScript object in your primary application layout. This object specifies the CSRF token Vue should use when making requests:
If you are using the [Vue](https://vuejs.org) JavaScript framework without the authentication scaffolding provided by the `make:auth` Artisan command, you will need to manually define a `Laravel` JavaScript object in your primary application layout. This object specifies the CSRF token Vue should use when making requests:

<script>
window.Laravel = {!! json_encode([
Expand Down

0 comments on commit 012cb15

Please sign in to comment.