1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 03:14:03 +00:00
Commit graph

27 commits

Author SHA1 Message Date
Gaurav
8bdf0d1a2b refactor: improve code readability 2022-03-09 12:49:00 +05:30
Samuel Štancl
c7ccaa42c5
Merge pull request #14 from gauravmak/master
Readme updates and code cleanup
2022-03-08 20:54:12 +01:00
Gaurav
dce1269799 text: readme updates and code cleanup 2022-03-08 19:56:34 +05:30
Samuel Štancl
1b34e3f4c2
Merge pull request #13 from archtechx/l9-support-preparing
Support Laravel 9
2022-01-20 21:35:39 +01:00
Abrar Ahmad
16f343e758 Merge branch 'l9-support-preparing' of https://github.com/archtechx/money into l9-support-preparing 2022-01-21 00:19:38 +05:00
Abrar Ahmad
02f3dddef0 Update ci.yml 2022-01-21 00:18:01 +05:00
Abrar Ahmad
43fd8c873b
Update .github/workflows/ci.yml
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-01-20 23:49:15 +05:00
Abrar Ahmad
fda9ade4d8 Update ci.yml 2022-01-20 23:46:14 +05:00
Abrar Ahmad
e280bf0a8b wip 2022-01-20 23:42:07 +05:00
Samuel Štancl
4474c2b115
Merge pull request #6 from dalholm/master
Divide rate with 100
2021-12-28 16:10:22 +01:00
Mikael Dalholm
356aad9cc6 Divide rate with 100
Needed for the calculation to be correct according to the documentation. `$money->addTax(20)` and not `$money->addTax(0.2)`
2021-12-28 11:45:02 +01:00
Samuel Štancl
8ca21240df
Make new() public 2021-12-13 01:18:37 +01:00
Samuel Štancl
0d8e3c824f
Support any version of archtechx/helpers 2021-12-09 17:52:56 +01:00
Samuel Štancl
c6ef5aa54c addDecimal() and subtractDecimal() 2021-11-28 18:47:59 +01:00
Samuel Štancl
b6b94e0530 Merge branch 'master' of github.com:archtechx/money 2021-11-28 18:39:06 +01:00
Samuel Štancl
f5bf658155 cents() method 2021-11-28 18:38:54 +01:00
Samuel Štancl
37efb95b9d
Merge pull request #4 from archtechx/fix-readme
Fix typo (fromDecimals -> fromDecimal)
2021-11-18 11:05:54 +01:00
lukinovec
83f86e851f Fix typo (fromDecimals -> fromDecimal) 2021-11-18 10:27:21 +01:00
Samuel Štancl
9283895769
Fix syntax highlighting 2021-11-17 20:53:14 +01:00
Samuel Štancl
ab97f27fd1
Update README.md 2021-11-17 10:37:58 +01:00
Samuel Štancl
0a1552b1f0
Update README.md 2021-11-16 21:57:09 +01:00
Samuel Štancl
b57b9837a0
Update README.md 2021-11-16 21:34:22 +01:00
Samuel Štancl
8dc5287868
Update README.md 2021-11-16 21:22:26 +01:00
Samuel Štancl
5b7e3e118a wip 2021-11-16 21:06:45 +01:00
Samuel Štancl
efe697b051 Add function_exists() checks 2021-11-16 19:47:37 +01:00
Samuel Štancl
739f8f8af0 wip 2021-11-16 19:15:19 +01:00
Samuel Štancl
8847454577 Initial commit 2021-11-16 19:06:57 +01:00