pringal/weightcrud
Composer 安装命令:
composer require pringal/weightcrud
包简介
A package for laravel crud simple CRUD with Vue Components
关键字:
README 文档
README
A simple package for weight data CRUD using Vue.Js , Laravel 9
Install the package
- Vue Scaffolding should preset
composer require laravel/ui
php artisan ui vue
Via Composer
$ composer require pringal/weightcrud
Next, Paste this code snippet in resources/js/app.js in your laravel
import Weight from '../../vendor/pringal/weightcrud/resources/js/components/Weight.vue'
app.component('weight', Weight)
You can see the CRUD page at
http://127.0.0.1:8000/weight-crud
Usage
Weight Management CRUD
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email pringal.development@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-25