Download the PHP package signifly/laravel-addresses without Composer
On this page you can find all versions of the php package signifly/laravel-addresses. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download signifly/laravel-addresses
More information about signifly/laravel-addresses
Files in signifly/laravel-addresses
Package laravel-addresses
Short Description Easily manage addresses in your Laravel app
License MIT
Homepage https://github.com/signifly/laravel-addresses
Informations about the package laravel-addresses
Easily manage addresses in your Laravel app
The signifly/laravel-addresses
package allows you to easily mange addresses in your Laravel app.
Documentation
Until further documentation is provided, please have a look at the tests.
You can install the package via composer:
The package will automatically register itself.
You can publish the migration with:
After publishing the migration you can create the addresses
table by running the migrations:
You can optionally publish the config file with:
This is the contents of the published config file:
Testing
Security
If you discover any security issues, please email [email protected] instead of using the issue tracker.
Credits
- Morten Poul Jensen
- All contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-addresses with dependencies
illuminate/database Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0