reliqarts/laravel-non-www

This package is abandoned and no longer maintained. No replacement package was suggested.

Tiny Laravel middleware to redirect www requests to non-www counterparts.

v2.0.0-beta.3 2020-09-12 20:01 UTC

This package is auto-updated.

Last update: 2020-11-17 18:11:18 UTC


README

Deprecation Notice

This package has been discontinued and its features absorbed by laravel-common as of version 5.5.0 of that package.

Laravel Non-WWW

Tiny Laravel middleware to redirect www requests to non-www counterparts.

Built For Laravel License Latest Stable Version Latest Unstable Version

What?

Middleware for Laravel, to redirect WWW to non-WWW

Installation & Use

Install via composer:

composer require reliqarts/laravel-non-www

Use middleware in Kernel. eg.

'web' => [
    // ...

    \ReliqArts\NonWWW\Http\Middleware\NonWWW::class,

    // ...
],

All done! 🍻