Daanra / laravel-lets-encrypt

Let's Encrypt wrapper for Laravel
MIT License
200 stars 28 forks source link

Allow Model Customization OR Allow Database Connection Customization #36

Open MacTavish-69 opened 9 months ago

MacTavish-69 commented 9 months ago

Hi there, Thank you for creating this laravel flavor of ACME-PHP. It's really helpful!

However, I need to use a different connection for this package. I think model customization would take off any future requests burden instead of just allowing customization of connection.

Regarding Model customization, I am thinking of something the approach that Spatie uses.

Kindly let me know whether I should send a PR or you can manage it.

Thank you :)

Daanra commented 8 months ago

This seems like a good feature to have.

Kindly let me know whether I should send a PR or you can manage it.

Would be great if you could submit a PR for this!