PHPackages                             superbig/craft3-logoutredirect - 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. superbig/craft3-logoutredirect

AbandonedArchivedCraft-plugin[Utility &amp; Helpers](/categories/utility)

superbig/craft3-logoutredirect
==============================

Configure where to send users after they logout.

2.0.1(7y ago)38122[1 issues](https://github.com/sjelfull/craft3-logoutredirect/issues)MITPHP

Since Nov 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sjelfull/craft3-logoutredirect)[ Packagist](https://packagist.org/packages/superbig/craft3-logoutredirect)[ RSS](/packages/superbig-craft3-logoutredirect/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Logout Redirect plugin for Craft CMS 3.x
========================================

[](#logout-redirect-plugin-for-craft-cms-3x)

Configure where to send users after they logout.

[![Icon](resources/img/icon.png)](resources/img/icon.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require superbig/craft3-logoutredirect

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Logout Redirect.
4. Create a configuration file named `logout-redirect.php` in the Craft config directory, usually `config`.

Configuring Logout Redirect
---------------------------

[](#configuring-logout-redirect)

```
