aitor24/linker

Simple laravel package to ensure links are under https when it's needed

Installs: 138

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:security

2.0.2 2017-12-14 00:24 UTC

This package is not auto-updated.

Last update: 2024-03-16 20:02:44 UTC


README

687474703a2f2f692e696d6775722e636f6d2f557454496c424f2e706e67

Linker

StyleCI Version License

Simple Laravel package to ensure that links are under https when it's needed, for avoid problems loading assets under SSL.

Getting Started

This package only needs to register the service provider, then it will force https automatically.

And if you're using laravel 5.5+ it will be done automatically.

Register Service Provider

Aitor24\Linker\LinkerServiceProvider::class

INFO: This package has been recoded without functions since version 2.0 to save response time, and clean your code.