I have a Laravel class that extends Mailable. It does not extend Model, so it is not a proper model. My question is, can I instantiate it and save the instance in a database without making it a model? Or is there some other way to persist only one instance? If so, how do I do? Thank you!
↧