maurohmartinez/force-ssl-laravel

A simple package to force SSL requests

v1.2.0 2023-03-25 10:06 UTC

This package is auto-updated.

Last update: 2024-05-20 10:19:55 UTC


README

A simple package to force SSL in Laravel applications.

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"