boing6002 / addressesmanager
Addresses Manager for Laravel Enso
2.5.18
2019-01-21 16:30 UTC
Requires
- php: >=7.1.0
- laravel-enso/activitylog: 1.1.*
- laravel-enso/core: 3.5.*
- laravel-enso/formbuilder: 2.12.*
- laravel-enso/helpers: 1.10.*
- laravel-enso/select: 2.8.*
- laravel-enso/structuremanager: 2.5.*
- laravel-enso/vuecomponents: 2.7.*
This package is auto-updated.
Last update: 2026-06-26 12:48:57 UTC
README
(https://api.codacy.com/project/badge/Grade/c7404086a15a4db6b2080b1d09b0688a)](https://www.codacy.com/app/laravel-enso/AddressesManager?utm_source=github.com&utm_medium=referral&utm_content=laravel-enso/AddressesManager&utm_campaign=Badge_Grade)
[
][![Codacy Badge]
Free-form addresses manager for Laravel Enso
Features
- can be used to attach addresses to any entity, via a polymorphic relationship
- allows saving of multiple addresses for an addresable entity
- features and easy flow for setting the default address
- comes with an additional table for Countries, with all the countries pre-populated
- brings its own free-form form for the edit and creation of addresses
- has a publishable configuration file, where you can define the addresable models, set custom validations via the Laravel syntax, as well as other options
- comes with its own VueJS component
addresses - includes an
Addressabletrait, for defining relationships and attributes - the VueJS component as well as the whole package is designed to be extendable, so you could create custom versions for specific countries
Configuration & Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.