Laravel External References
So working on a project, whereby your Model has an identifier in an external system. Maybe be a payment system like Paystack or Stripe Instead of adding columns like stipe_id paystack_id to the columns in the model table which will make the table untidy, this package will help you by putting all the external references in a dedicated table. You’d be able to fetch the model with the external ID or even get the external ID of the entity..
Easily link Laravel Models with external references for seamless integration and enhanced functionality.
Related Projects
Laravel Tenancy – Multi-Tenant Package for Laravel
Powering Multi-Tenant Laravel Applications.
visit site
6 views