Download the PHP package customd/laravel-addressable without Composer
On this page you can find all versions of the php package customd/laravel-addressable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download customd/laravel-addressable
More information about customd/laravel-addressable
Files in customd/laravel-addressable
Package laravel-addressable
Short Description Laravel Addressable is a Laravel package to manage addresses that belong to your models. You can add addresses to any eloquent model with ease.
License MIT
Homepage https://customd.com
Informations about the package laravel-addressable
Custom D Addressable
Custom D Addressable is a Laravel package to manage addresses that belong to your models. You can add addresses to any eloquent model with ease.
Installation
-
Install the package via composer:
-
Publish resources (migrations and config files):
-
Run migrations:
- Done!
Usage
To add addresses support to your eloquent models simply use \CustomD\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
Please raise a GitHub issue.
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
- Versioning
- Pull Requests
- Coding Standards
- Feature Requests
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
License
This software is released under The MIT License (MIT).
All versions of laravel-addressable with dependencies
illuminate/console Version ^9.0|^10.0|^11.0
illuminate/database Version ^9.0|^10.0|^11.0
illuminate/support Version ^9.0|^10.0|^11.0
jackpopp/geodistance Version ^1.2.0
rinvex/countries Version ^8.0.0
spatie/laravel-package-tools Version ^1.9.2