bavix/laravel-middleware-ifindex

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

IfIndex Middleware for Laravel 5

1.1.0 2020-08-31 10:13 UTC

This package is auto-updated.

Last update: 2023-01-29 02:51:20 UTC


README

This package solves SEO problems.

http://example/index.php -> 301, http://example/
http://example/index.php/en -> 301, http://example/en
http://example/index.php/en?query -> 301, http://example/en?query

First, require this package in your composer file

composer require bavix/laravel-middleware-ifindex

After updating, add the ServiceProvider to the array of providers in config/app.php. If you use laravel 5.5 above, miss this step.

Bavix\Providers\IfIndexProvider::class,

Supported by

Supported by JetBrains