Download the PHP package stylers/laravel-address without Composer
On this page you can find all versions of the php package stylers/laravel-address. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stylers/laravel-address
More information about stylers/laravel-address
Files in stylers/laravel-address
Download stylers/laravel-address
More information about stylers/laravel-address
Files in stylers/laravel-address
Vendor stylers
Package laravel-address
Short Description Laravel Address Manager
License MIT
Homepage https://github.com/stylers-llc/laravel-address
Package laravel-address
Short Description Laravel Address Manager
License MIT
Homepage https://github.com/stylers-llc/laravel-address
Please rate this library. Is it a good library?
Informations about the package laravel-address
Laravel Address
Laravel version compatibility
Laravel version | Package version |
---|---|
5.7 | 1.0 |
5.8 | 1.1 |
6.0 | 1.1 |
7.0 | 2.0 |
8.0 | 3.0 |
9.0 | 4.0 |
10.0 | 5.0 |
Installation
You can publish the migration
After the migration has been published, you can run the migrations
Usage
Update or Create Address
If the $type
is exists then will be update with $attributes
.
Delete Address
Sync Address(es)
The syncAddresses()
method delete all addressable address if $type
is not exists in $arrayOfAttributes[$type][]
.
The syncAddresses()
method create all $type
of arrayOfAttributes[$type][]
if type is not exists in addresses
table.
How to Test
Troubleshooting
All versions of laravel-address with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
illuminate/database Version ~10
illuminate/support Version ~10
laravel/legacy-factories Version ^1.3.2
illuminate/database Version ~10
illuminate/support Version ~10
laravel/legacy-factories Version ^1.3.2
The package stylers/laravel-address contains the following files
Loading the files please wait ....