Download the PHP package maggomann/addressable without Composer
On this page you can find all versions of the php package maggomann/addressable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maggomann/addressable
More information about maggomann/addressable
Files in maggomann/addressable
Package addressable
Short Description This Laravel package provides a minimal trait Addressable to add eloquent models using these addresses.
License MIT
Homepage https://github.com/maggomann/addressable
Informations about the package addressable
addressable
This package provides a minimal trait Addressable to add eloquent models using these addresses for laraval. The package will be extended over time. It was directly outsourced as a package before I start using this class modified in different projects.
Installation
You can install the package via composer:
You can install anything with the command
Or
You can publish and run the migrations with:
Optionally, you can publish the configuration file with:
Optionally, you can publish the translation files with:
How is it used?
The address table currently comes with the following attributes:
Preinstalled salutations
By default, these are located in the table: address_genders
Preinstalled categories
By default, these are located in the table: address_categories
Testing
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
- Marco Ehrt
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of addressable with dependencies
dcblogdev/laravel-countries Version ^2.0
illuminate/contracts Version ^9.0
spatie/laravel-data Version ^2.2
spatie/laravel-package-tools Version ^1.9.2