Skip to content

Simply create a blade view integrating an ajax script with the csrf token

License

Notifications You must be signed in to change notification settings

MatteoDv51/laravel-ajax-view

Repository files navigation

Simply create a blade view integrating an ajax script with the csrf token

image

Installation

You can install the package via composer:

composer require matteodv51/laravel-ajax-view

Usage

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}  

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Simply create a blade view integrating an ajax script with the csrf token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published