uccello / address
Package to manage addresses with Uccello
v1.0.2
2019-10-14 22:24 UTC
Requires
- uccello/uccello: ^1.0@dev
- dev-master
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/npm_and_yarn/json5-and-laravel-mix-2.2.3
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
This package is auto-updated.
Last update: 2024-11-04 21:53:08 UTC
README
This is a skeleton to make new packages with Uccello.
Installation
Via Composer
$ composer require uccello/package-skeleton
Make a new package
To make a new package just run:
$ php artisan make:package [name] # name = <vendor>/<package>
After asking you some information, this command will create a new package into packages/vendor/package
folder.
Install the new package
To install the new package just run:
$ composer require <vendor>/<package>
Security
If you discover any security related issues, please email jonathan@uccellolabs.com instead of using the issue tracker.
Credits
License
The MIT License (MIT).