Download the PHP package nunomazer/laravel-addressable without Composer
On this page you can find all versions of the php package nunomazer/laravel-addressable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nunomazer/laravel-addressable
More information about nunomazer/laravel-addressable
Files in nunomazer/laravel-addressable
Package laravel-addressable
Short Description Laravel Addressable is a polymorphic Laravel package, for addressbook management. You can add addresses to any eloquent model with ease.
License MIT
Homepage https://mazer.dev
Informations about the package laravel-addressable
Laravel Addressable
It is a polymorphic Laravel package, for addressbook management. You can add addresses to any eloquent model with ease.
This is based on Rinvex Addresses package
Installation
-
Install the package via composer:
-
Publish resources (migrations and config files):
-
Edit config file
config/addressable.php
if you need to change database table name: -
Execute migrations via the following command:
- Done!
Usage
To add addresses support to your eloquent models simply use \NunoMazer\Addressable\Traits\Addressable
trait.
Manage your addresses
Manage your addressable model
The API is intuitive and very straight forward, so let's give it a quick look:
Changelog
Refer to the Changelog for a full history of the project.
Support
The following support channels are available at your fingertips:
Contributing & Protocols
Thank you for considering contributing to this project! The contribution guide can be found in CONTRIBUTING.md.
Bug reports, feature requests, and pull requests are very welcome.
- Versioning
- Pull Requests
- Coding Standards
- Feature Requests
- Git Flow
Security Vulnerabilities
If you discover a security vulnerability within this project, please open an issue.
License
This software is released under The MIT License (MIT).
All versions of laravel-addressable with dependencies
illuminate/console Version ^8.0.0 || ^9.0.0
illuminate/database Version ^8.0.0 || ^9.0.0
illuminate/support Version ^8.0.0 || ^9.0.0
jackpopp/geodistance Version ^1.2.0
rinvex/countries Version ^7.0.0
rinvex/laravel-support Version ^5.0.0