uccello / address
Package to manage addresses with Uccello
v1.0.2
2019-10-14 22:24 UTC
Requires
- uccello/uccello: ^1.0@dev
This package is auto-updated.
Last update: 2026-06-05 01:38:28 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).