A Laravel package for extracting link previews with customizable parsers, and caching support
This package is still in active development.
To install Laravel Link Preview, run the following command in your terminal:
composer require teners/laravel-link-preview
Publish the package configuration file
php artisan vendor:publish --provider="Teners\LaravelLinkPreview\LaravelLinkPreviewServiceProvider" --tag="link-preview-config"
Contributions are welcome via Pull Requests on Github.
- Please document any change you made as neccesary in the README.md.
- Pleas make only one pull request per feature/fix.
- See below for some ideas on what you can help with here: Todos
Please report any issue you encounter in using the package through the Github Issues tab.
composer test
Contributors list will be added here
The MIT License (MIT). Please see License File for more information.