force-ssl-laravel maintained by maurohmartinez
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"