MIF_E31222691/resources/assets/js
Arjan Weurding 5b8401e178 Make window.Laravel.csrfToken unneccesarry
I don't like the fact we have to add 
```
<script>
        window.Laravel = {!! json_encode([
            'csrfToken' => csrf_token(),
        ]) !!};
</script>
```
To have it working, when the docs suggest adding only the meta tag. This will get the token from the meta tag.
2017-05-10 15:03:33 +02:00
..
components Update mounted instead of ready 2016-11-28 13:58:11 -05:00
app.js Move the location of Vue inclusion. 2017-04-17 15:30:36 -05:00
bootstrap.js Make window.Laravel.csrfToken unneccesarry 2017-05-10 15:03:33 +02:00