Skip to content

S43534/laravel-address

Repository files navigation

Laravel Address

Build Status

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.

Requirements

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

Documentation

Reader-friendly Documentation can be found here.

Changelog

Important versions listed below. Refer to the Changelog for a full history of the project.

  • 1.0 - 2015-07-10

Testing

Werxe\LaravelSeo has a PHPUnit test suite. To run the tests, run the following command from the project folder.

$ phpunit

Support

The following support channels can be used for contact.

Bug reports, feature requests, and pull requests can be submitted by following our Contribution Guide.

Contributing

Contributions are welcome and will be fully credited. Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

This software is released under the BSD 3-Clause License.

© 2011-2015 Werxe LTD, All rights reserved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages