Skip to content

v3.6.1

Choose a tag to compare

@slowlyo slowlyo released this 02 May 01:59
· 283 commits to master since this release

更新内容

  • 入口路由定义到 app/Admin/routes.php

低版本升级步骤

  • 获取最新版本: composer update slowlyo/owl-admin
  • 手动添加路由
// file: app/Admin/routes.php
Route::get('/admin', fn() => \Slowlyo\OwlAdmin\Admin::view());