Difference between service & trait in Laravel
Assume I have a class which handles image uploading on my application Should I write it as service or trait ? when i should use service and trait ?
Assume I have a class which handles image uploading on my application Should I write it as service or trait ? when i should use service and trait ?