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