Package Data | |
---|---|
Maintainer Username: | 24aitor |
Maintainer Contact: | info@aitorriba.com (Aitor Riba) |
Package Create Date: | 2016-12-17 |
Package Last Update: | 2017-12-14 |
Home Page: | https://aitorriba.com |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-20 03:01:30 |
Package Statistics | |
---|---|
Total Downloads: | 142 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Simple Laravel package to ensure that links are under https when it's needed, for avoid problems loading assets under SSL.
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.
Aitor24\Linker\LinkerServiceProvider::class
INFO: This package has been recoded without functions since version 2.0 to save response time, and clean your code.