We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 69b0421Copy full SHA for 69b0421
.gitignore
@@ -0,0 +1,15 @@
1
+.idea
2
+.vscode
3
+.vagrant
4
+.phpstorm.meta.php
5
+_ide_helper.php
6
+/node_modules
7
+/storage/*.key
8
+/vendor
9
+.env
10
+.env.backup
11
+.phpunit.result.cache
12
+Homestead.json
13
+Homestead.yaml
14
+npm-debug.log
15
+yarn-error.log
composer.json
@@ -0,0 +1,13 @@
+{
+ "name": "postscripton/money",
+ "description": "A convenient way to convert numbers from DB or inputs into money strings for humans",
+ "type": "library",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "PostScripton",
+ "email": "postscripton.sp@gmail.com"
+ }
+ ],
+ "require": {}
+}
0 commit comments