Address management is a common task for applications that handles customer information like ecommerce applications where a customer can have many billing and shipping addresses.
This package provides all the required functionality and models to handle addresses in your application.
This package comes with a Country and a Province model which are related to each other.
A country can have many provinces and an address will belong to a country and to a province.
To use this package you need:
- PHP >= 5.5.9 or HHVM >= 3.6 (latest stable version of PHP or HHVM is recommended)
- Laravel >= 5.1
Reader-friendly Documentation can be found here.
Important versions listed below. Refer to the Changelog for a full history of the project.
- 1.0 - 2015-07-10
Werxe\LaravelSeo has a PHPUnit test suite. To run the tests, run the following command from the project folder.
$ phpunit
The following support channels can be used for contact.
Bug reports, feature requests, and pull requests can be submitted by following our Contribution Guide.
Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
This software is released under the BSD 3-Clause License.
© 2011-2015 Werxe LTD, All rights reserved.