1
0
Fork 0
Laravel Owl Admin Starter
 
 
 
 
Go to file Use this template
panliang 927cdb0b29 api keyword 2024-07-09 13:26:31 +08:00
app api keyword 2024-07-09 13:26:31 +08:00
bootstrap api keyword 2024-07-09 13:26:31 +08:00
config admin keywords.resource 2024-07-08 09:47:23 +08:00
database api keyword 2024-07-09 13:26:31 +08:00
lang api keyword 2024-07-09 13:26:31 +08:00
public admin AdminPermissionSeeder 2024-07-07 16:57:56 +08:00
resources init 2024-07-07 14:33:24 +08:00
routes api keyword 2024-07-09 13:26:31 +08:00
storage init 2024-07-07 14:33:24 +08:00
tests middleware AdminPermission 2024-07-08 01:02:27 +08:00
.editorconfig init 2024-07-07 14:33:24 +08:00
.env.example admin keywords.resource 2024-07-08 09:47:23 +08:00
.gitattributes init 2024-07-07 14:33:24 +08:00
.gitignore init 2024-07-07 14:33:24 +08:00
README.md update readme.md 2024-07-08 10:11:25 +08:00
artisan init 2024-07-07 14:33:24 +08:00
composer.json admin keywords.resource 2024-07-08 09:47:23 +08:00
composer.lock admin keywords.resource 2024-07-08 09:47:23 +08:00
package.json init 2024-07-07 14:33:24 +08:00
phpunit.xml init 2024-07-07 14:33:24 +08:00
vite.config.js init 2024-07-07 14:33:24 +08:00

README.md

Owl-Admin-Starter

  • PHP >= 8.2
  • laravel/framework: ^11.x
  • slowlyo/owl-admin: ^3.8

Helpers

上传文件

修改文件上传接口 admin-api/upload_file, admin-api/upload_image, 返回完整链接

  • app\Admin\Controllers\HomeController.php@upload

SQL 日志

监听sql执行, 打印日志

  • app/Providers/QueryLogServiceProvider.php

无限级分类

  • app/Traits/TreePath.php
column name comment
parent_id 上级id 默认: 0
path 所有上级id 默认: -, 例如: -1-2-3-
sort 排序 正序