jeylabs/smart-route

Smart Router for invalid URIs

Installs: 116

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/jeylabs/smart-route

1.0.0 2016-02-29 16:57 UTC

This package is auto-updated.

Last update: 2025-09-29 02:13:40 UTC


README

Laravel Smart Router

Install using composer

composer require jeylabs/smart-route

Add below line into config/app.php inside providers array

Jeylabs\SmartRoute\SmartRouteServiceProvider::class,

Publish configuration file

php artisan vendor:publish