matteodv51/laravel-ajax-view
Composer 安装命令:
composer require matteodv51/laravel-ajax-view
包简介
Simply create a blade view integrating an ajax script with the csrf token
README 文档
README
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.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-27
