PHPackages                             sevendays-digital/twill-redirects - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sevendays-digital/twill-redirects

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sevendays-digital/twill-redirects
=================================

A twill package

81553[1 issues](https://github.com/Sevendays-Digital/twill-redirects/issues)[1 PRs](https://github.com/Sevendays-Digital/twill-redirects/pulls)PHP

Since Oct 28Pushed 2y agoCompare

[ Source](https://github.com/Sevendays-Digital/twill-redirects)[ Packagist](https://packagist.org/packages/sevendays-digital/twill-redirects)[ RSS](/packages/sevendays-digital-twill-redirects/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Twill redirects
===============

[](#twill-redirects)

This package adds a redirects functionality to your Twill installation.

[![screenshot](screenshot.png)](screenshot.png)

Installation
------------

[](#installation)

Install it via composer:

```
composer require sevendays-digital/twill-redirects

```

(optional but required if redirecting to other modules) Then publish the config and set the modules inside:

```
php artisan vendor:publish --tag=twill-redirects-config

```

Finally run the migrations:

```
php artisan migrate

```

Usage
-----

[](#usage)

You can now add redirects via the Twill backend.

Usage depends on your implementation. You can use the `RedirectManager` to figure it out:

```
