Download the PHP package ayzerobug/laravel-external-references without Composer
On this page you can find all versions of the php package ayzerobug/laravel-external-references. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ayzerobug/laravel-external-references
More information about ayzerobug/laravel-external-references
Files in ayzerobug/laravel-external-references
Package laravel-external-references
Short Description Easy link Laravel Models with external references for seamless integration and enhanced functionality.
License MIT
Homepage https://github.com/ayzerobug/laravel-external-references
Informations about the package laravel-external-references

Manage External References in Laravel
This package facilitates the seamless integration of your Laravel Models with external systems or services by managing external references or identifiers. It streamlines the process of associating your application's data with external datasets, such as payment processor IDs or user accounts. This enhancement enables the smooth integration of your application with diverse services and systems, thereby augmenting its capabilities and adaptability.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Usage
Include the HasExternalReferences trait in your model:
Set Payment External Reference:
Get the external Reference
Get Payment with the external Reference
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
- Ayomide Micheal
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-external-references with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0