You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Laravel 7 project which has a table Orders and a table Statuses with a OneToMany relationship and I would like to send different email notifications based on the different status_id present on the Order Model/Table.
I am struggling to understand how to use this so I was wondering if someone could please share some examples or advices on how to implement this.
Do I have to publish the package first?
Can it be used on a status_id field on the table rather than a string ?
Do I have to import the package from somewhere specific in my Model ?
Thanks
The text was updated successfully, but these errors were encountered:
I have a Laravel 7 project which has a table Orders and a table Statuses with a OneToMany relationship and I would like to send different email notifications based on the different status_id present on the Order Model/Table.
I am struggling to understand how to use this so I was wondering if someone could please share some examples or advices on how to implement this.
Do I have to publish the package first?
Can it be used on a status_id field on the table rather than a string ?
Do I have to import the package from somewhere specific in my Model ?
Thanks
The text was updated successfully, but these errors were encountered: