MIF_E31222691/resources/assets
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
..
js Make window.Laravel.csrfToken unneccesarry 2017-05-10 15:03:33 +02:00
sass move fontsls 2017-02-03 15:49:27 -06:00