Download the PHP package kaqazstudio/laravel-interlink without Composer
On this page you can find all versions of the php package kaqazstudio/laravel-interlink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kaqazstudio/laravel-interlink
More information about kaqazstudio/laravel-interlink
Files in kaqazstudio/laravel-interlink
Package laravel-interlink
Short Description Add interlink to your published contents.
License MIT
Homepage https://github.com/kaqazstudio/laravel-interlink
Informations about the package laravel-interlink
WORK IN PROGRESS, some functionalities may be changed in the future.
Add internal link to your published assets.
Installation
You can install the package via composer:
Manual Registration
If autodiscovery doesn't work, register the package in your project manually.
■ Add this line to config/app.php > providers array
■ Then add the line below to config/app.php > aliases array
Use with Facade
Initialize Interlink
Use without Facade
Initialize Interlink without facade
Laravel Interlink are available on chains! :)
Example
For example, you want to refer all first AirPods words to /apple-airpods in all of your published Blog posts.
Also, you can get all updated contents as a collection!
So, you MOST use getUpdatedPosts()
INSTEAD OF updatePosts()
Use customized links
When you need to use your own format for link you can easily do like this
Or, Maybe you to add custom html attributes to default link format - "Default a tag"
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected]
instead of using the issue tracker.
Credits
- Armin Hooshmand (personal site)
- Kaqaz Studio Corp
- All Contributors
License
The MIT License (MIT). Please see License File for more information.