This repository was archived by the owner on Feb 16, 2022. It is now read-only.
This repository was archived by the owner on Feb 16, 2022. It is now read-only.
How do you store decimal like prices? #104
Closed
Metadata
Metadata
Assignees
Labels
No labels
Activity
flakerimi commentedon Apr 2, 2020
@divdax if still applicable, PR #119 fix this, or clone my fork
https://github.com/flakerimi/laravel-attributes
Omranic commentedon Jan 1, 2021
The idea of this package is to provide the basic types, and to give you the ability to extend it easily to add your own custom types. You can so that by following the steps here https://github.com/rinvex/laravel-attributes#register-your-types
And here is an example
#119