1
0
Fork 0
Laravel Owl Admin Starter
 
 
 
 
Go to file Use this template
panliang 2f333c033e 更新 README.md 2023-09-25 15:45:28 +08:00
app 更新 app/Admin/Services/KeywordService.php 2023-09-25 10:27:32 +08:00
bootstrap init 2023-08-29 20:26:55 +08:00
config init 2023-08-29 20:26:55 +08:00
database 更新 database/seeders/KeywordSeeder.php 2023-09-25 10:41:29 +08:00
lang init 2023-08-29 20:26:55 +08:00
public init 2023-08-29 20:26:55 +08:00
resources init 2023-08-29 20:26:55 +08:00
routes init 2023-08-29 20:26:55 +08:00
storage init 2023-08-29 20:26:55 +08:00
tests init 2023-08-29 20:26:55 +08:00
.editorconfig init 2023-08-29 20:26:55 +08:00
.env.example init 2023-08-29 20:26:55 +08:00
.gitattributes init 2023-08-29 20:26:55 +08:00
.gitignore init 2023-08-29 20:26:55 +08:00
README.md 更新 README.md 2023-09-25 15:45:28 +08:00
artisan init 2023-08-29 20:26:55 +08:00
composer.json init 2023-08-29 20:26:55 +08:00
composer.lock init 2023-08-29 20:26:55 +08:00
package.json init 2023-08-29 20:26:55 +08:00
phpunit.xml init 2023-08-29 20:26:55 +08:00
vite.config.js init 2023-08-29 20:26:55 +08:00

README.md

Owl Admin Start

  • Laravel 10.x
  • slowlyo/owl-admin
  • tucker-eric/eloquentfilter

修改前端文件

resources\admin-views\src\pages\amis\index.tsx

return (
        <>
            <Spin loading={initPage.loading}
                  dot
                  size={8}
                  className="w-full"
                  style={{minHeight: initPage.loading ? "500px" : ""}}>
                <AmisRender schema={schema}/>
            </Spin>
            {(settings.footer && !initPage.loading) && <Footer/>}
        </>
    )