What kind of data/functionality would these models have?
Interacting with the Twilio API. This would be done by a request sent from our front end.
Yes, absolutely. A model is anything you want it to be. An Eloquent model is just a PHP class with some attributes and methods that implement common database access functionality.
Yeah, just create a class.
You probably want a helper class.
Probably somebody has already created that for Laravel. Search github.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community