datasdk / addresses
Address and Contact models for DataSDK
1.0
2026-05-12 21:51 UTC
Requires
- php: ^8.0
README
Address and contact models, traits, migrations, factories and the country seeder.
Installation
composer require datasdk/addresses
Migrations
The service provider loads package migrations automatically.
php artisan migrate
Config
Publish the config file when you need to customize it:
php artisan vendor:publish --provider="DataSDK\Addresses\AddressesServiceProvider" --tag=config
Seeder
$this->call(\DataSDK\Addresses\Database\Seeders\CountrySeeder::class);