Looking to hire Laravel developers? Try LaraJobs

laravel-addresses maintained by finller

Description
This is my package laravel-addresses
Last update
2025/03/24 12:48 (dev-main)
License
Downloads
8 933

Comments
comments powered by Disqus

A simple package to store Addresses in Laravel

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package provide a standard Address Eloquent model to use in any project.

Installation

You can install the package via composer:

composer require finller/laravel-addresses

You can publish and run the migrations with:

php artisan vendor:publish --tag="addresses-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="addresses-config"

Usage

use Finller\Address\HasAddresses;

class User
{
    use HasAddresses;
}

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

License

The MIT License (MIT). Please see License File for more information.