Skip to content
/ Linker Public

Laravel package to ensure that links are under https when it's needed

License

Notifications You must be signed in to change notification settings

24aitor/Linker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.