In the Laravel documentation, on route caption, at point where explain how to create csrf token, the doc says:
// Vanilla PHP
<?php echo csrf_field(); ?>
// Blade Template Syntax
{{ csrf_field() }}
What it mean for Vanilla PHP? Thank in advance! :)
Link to the doc https://laravel.com/docs/5.2/routing#csrf-protection