Simply create a blade view integrating an ajax script with the csrf token
matteodv51/laravel-ajax-view is a Laravel package for simply create a blade view integrating an ajax script with the csrf token.
It currently has 0 GitHub stars and 0 downloads on Packagist.
Install it with composer require matteodv51/laravel-ajax-view.
Discover more Laravel packages by matteodv51
or browse all Laravel packages to compare alternatives.
Last updated

You can install the package via composer:
composer require matteodv51/laravel-ajax-view
add <meta name="csrf-token" content="{{ csrf_token() }}"> and
<link rel="stylesheet" href="{{ asset('css/ajax/_ajax_form.css')}}">
in your header layout base
run php artisan make:ajax-view {filename : the name of your file}
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.