jeylabs/smart-route

无效URI的智能路由器

1.0.0 2016-02-29 16:57 UTC

This package is auto-updated.

Last update: 2024-08-29 04:14:13 UTC


README

Laravel智能路由

使用composer安装

composer require jeylabs/smart-route

将以下行添加到config/app.php中的providers数组内

Jeylabs\SmartRoute\SmartRouteServiceProvider::class,

发布配置文件

php artisan vendor:publish