Skip to content

TIPOFF/addresses

Folders and files

NameName
Last commit message
Last commit date
Apr 22, 2021
Apr 1, 2021
Apr 12, 2021
Apr 29, 2021
May 13, 2021
Apr 25, 2021
May 15, 2021
Apr 9, 2021
Feb 6, 2021
Feb 6, 2021
Apr 25, 2021
Feb 6, 2021
Apr 25, 2021
Feb 6, 2021
Mar 24, 2021
Apr 28, 2021
Apr 25, 2021
Apr 28, 2021
Feb 9, 2021
Mar 10, 2021
Apr 25, 2021
Apr 25, 2021

Repository files navigation

Addresses

Latest Version on Packagist Tests Total Downloads

This is where your description should go.

Installation

You can install the package via composer:

composer require tipoff/addresses

You can publish the config file with:

php artisan vendor:publish --provider="Tipoff\Addresses\AddressesServiceProvider" --tag="config"

This is the contents of the published config file:

return [
];

Models

We include the following model in this package:

List of Models

  • Address
  • City
  • Country
  • Country Calling Code
  • Domestic Address
  • Phone
  • Phone Area
  • Region
  • State
  • Timezone
  • Zip

For each of these models, this package implements an authorization policy that extends the roles and permissions approach of the tipoff/authorization package. The policies for each model in this package are registered through the package and do not need to be registered manually.

The models also have Laravel Nova resources in this package and they are also registered through the package and do not need to be registered manually.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Laravel Package to manage addresses & interact with Address API

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages