jobmetric / laravel-unit
This is a unit management package for Laravel that you can use in your projects.
Requires
- php: >=8.0.1
- jobmetric/domi: ^1.5
- jobmetric/laravel-package-core: ^1.12
- jobmetric/laravel-translation: ^2.6
- laravel/framework: >=9.19
This package is auto-updated.
Last update: 2025-02-01 21:01:14 UTC
README
Unit for laravel
This package provides a powerful and flexible tool for converting various units including weight, length and other measurement units. Using this package, Laravel developers can easily and accurately implement complex transformations in their applications. The tool is designed to be fully customizable and uses valid standards for conversions. Using this package can make the processes related to measurement units in Laravel projects simpler and faster.
Install via composer
Run the following command to pull in the latest version:
composer require jobmetric/laravel-unit
Documentation
Before doing anything, you must migrate after installing the package by composer.
php artisan migrate
This package includes different parts that I will mention in order:
Contributing
Thank you for considering contributing to the Laravel Unit! The contribution guide can be found in the CONTRIBUTING.md.
License
The MIT License (MIT). Please see License File for more information.