https://github.com/24aitor/linker
Laravel package to ensure that links are under https when it's needed
https://github.com/24aitor/linker
https links secure
Last synced: 10 months ago
JSON representation
Laravel package to ensure that links are under https when it's needed
- Host: GitHub
- URL: https://github.com/24aitor/linker
- Owner: 24aitor
- License: mit
- Created: 2016-12-17T19:20:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T00:25:12.000Z (over 8 years ago)
- Last Synced: 2025-06-13T02:28:15.826Z (10 months ago)
- Topics: https, links, secure
- Language: PHP
- Homepage: https://aitorriba.com
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Linker
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
```php
Aitor24\Linker\LinkerServiceProvider::class
```
**INFO:** This package has been recoded without functions since version 2.0 to save response time, and clean your code.