Download the PHP package zoparga/laravel-company-information without Composer
On this page you can find all versions of the php package zoparga/laravel-company-information. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zoparga/laravel-company-information
More information about zoparga/laravel-company-information
Files in zoparga/laravel-company-information
Package laravel-company-information
Short Description Add many address to many model with a single trait. E.g.: many shipping address for a customer.
License MIT
Homepage https://github.com/zoparga/laravel-company-information
Informations about the package laravel-company-information
Add many address to many model with a single trait. E.g.: many shipping address for a customer.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Usage
- publish migration file
- migrate
- add trait to model
- use it
Prepare model
use zoparga\CompanyInformation\Traits\CompanyInformationeableTrait;
class {{model}} extends Model { use CompanyInformationeableTrait; }
Testing
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
- Papp Zoltán
- All Contributors
License
The MIT License (MIT). Please see License File for more information.