Download the PHP package toastnz/externallinks without Composer
On this page you can find all versions of the php package toastnz/externallinks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download toastnz/externallinks
More information about toastnz/externallinks
Files in toastnz/externallinks
Package externallinks
Short Description Module which tracks external broken links in SilverStripe CMS page content field and HTMLText field in toast blocks
License BSD-3-Clause
Informations about the package externallinks
External links (including Blocks HTMLText fields)
Introduction
The external links module is a task and ModelAdmin to track and to report on broken external links. This module can also check the blocks HTMLText fields.
It's based on Silverstripe External Links, but including the Blocks HTMLText fiedls.
https://github.com/silverstripe/silverstripe-externallinks
Requirements
- SilverStripe ^4.0
- Silverstripe External Links (silverstripe/externallinks)
Features
- Add external links to broken links reports
- Add a task to track external broken links
- Add HTMLText fields inside blocks external broken links to broken links reports
Installation
- Require the module via composer:
composer require toastnz/externallinks
- Run
/dev/build
in your browser to rebuild the database. - Run the following task http://path.to.silverstripe/dev/tasks/CheckExternalLinksWithBlocksTask to check for broken external links(including blocks html text fields)
Generate report
Run the following task http://path.to.silverstripe/dev/tasks/CheckExternalLinksTask to check your site for external broken links each time to generate the report.
Queued job
This function is under development, please use dev task only.
All versions of externallinks with dependencies
silverstripe/admin Version ^1.0
silverstripe/externallinks Version ^2.2