pringal/weightcrud

A package for laravel crud simple CRUD with Vue Components

dev-main 2022-11-26 05:39 UTC

This package is auto-updated.

Last update: 2025-07-26 11:00:45 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

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.