MIF_E31222691/resources
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
..
assets Make window.Laravel.csrfToken unneccesarry 2017-05-10 15:03:33 +02:00
lang/en Update description of filled rule 2017-03-01 16:52:59 +01:00
views doctype uppercase to lowercase 2017-04-26 15:20:46 +06:00