Looking to hire Laravel developers? Try LaraJobs

force-ssl-laravel maintained by maurohmartinez

Description
A simple package to force SSL requests
Last update
2024/09/27 17:41 (dev-main)
License
Links
Downloads
153

Comments
comments powered by Disqus

Latest Version on Packagist Total Downloads

Just add to your .env file the following line in those environments where you want to skip it (by default it is true).

   FORCE_SSL_ENABLED=true

Or publish the config file and edit it from there.

   php artisan migratephp artisan vendor:publish --provider="MHMartinez\ForceSsl\Providers\ForceSslServiceProvider"