jeylabs/smart-route

Smart Router for invalid URIs

1.0.0 2016-02-29 16:57 UTC

This package is auto-updated.

Last update: 2024-03-29 03:13:11 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