更新
parents
Showing
.gitignore
0 → 100644
app/Admin/Controllers/AuthController.php
0 → 100644
app/Admin/Controllers/CovenantController.php
0 → 100644
app/Admin/Controllers/HomeController.php
0 → 100644
app/Admin/Controllers/LawyerController.php
0 → 100644
app/Admin/Controllers/UploadController.php
0 → 100644
app/Admin/Forms/ImportExcel.php
0 → 100644
app/Admin/Forms/TruncateTable.php
0 → 100644
app/Admin/Forms/updatePassword.php
0 → 100644
app/Admin/Metrics/Examples/NewDevices.php
0 → 100644
app/Admin/Metrics/Examples/NewUsers.php
0 → 100644
app/Admin/Metrics/Examples/ProductOrders.php
0 → 100644
app/Admin/Metrics/Examples/Sessions.php
0 → 100644
app/Admin/Metrics/Examples/Tickets.php
0 → 100644
app/Admin/Metrics/Examples/TotalUsers.php
0 → 100644
app/Admin/Repositories/Covenant.php
0 → 100644
app/Admin/Repositories/Lawyer.php
0 → 100644
app/Admin/Repositories/LawyerCost.php
0 → 100644
app/Admin/Repositories/Principal.php
0 → 100644
app/Admin/bootstrap.php
0 → 100644
app/Admin/routes.php
0 → 100644
app/Command/Log.php
0 → 100644
app/Command/Tools.php
0 → 100644
app/Console/Kernel.php
0 → 100644
app/Exceptions/Handler.php
0 → 100644
app/Handlers/AilOss.php
0 → 100644
app/Handlers/FileUploadHandler.php
0 → 100644
app/Http/Controllers/Api/BaseController.php
0 → 100644
app/Http/Controllers/Controller.php
0 → 100644
app/Http/Kernel.php
0 → 100644
app/Http/Middleware/AcceptJson.php
0 → 100644
app/Http/Middleware/Authenticate.php
0 → 100644
app/Http/Middleware/EncryptCookies.php
0 → 100644
app/Http/Middleware/TrimStrings.php
0 → 100644
app/Http/Middleware/TrustHosts.php
0 → 100644
app/Http/Middleware/TrustProxies.php
0 → 100644
app/Http/Middleware/ValidateSignature.php
0 → 100644
app/Http/Middleware/VerifyCsrfToken.php
0 → 100644
app/Imports/ImportExcel.php
0 → 100644
app/Jobs/ansyImportExcel.php
0 → 100644
app/Models/Covenant.php
0 → 100644
app/Models/Lawyer.php
0 → 100644
app/Models/LawyerCost.php
0 → 100644
app/Models/NewModelTree.php
0 → 100644
app/Models/PersonalAccessToken.php
0 → 100644
app/Models/Principal.php
0 → 100644
app/Providers/AppServiceProvider.php
0 → 100644
app/Providers/AuthServiceProvider.php
0 → 100644
app/Providers/BroadcastServiceProvider.php
0 → 100644
app/Providers/EventServiceProvider.php
0 → 100644
app/Providers/RouteServiceProvider.php
0 → 100644
app/Store/Actions/Grid/IncomeApply.php
0 → 100644
app/Store/Actions/Grid/RefundToExamine.php
0 → 100644
app/Store/Actions/Grid/SendOutGoods.php
0 → 100644
app/Store/Controllers/AuthController.php
0 → 100644
app/Store/Controllers/HomeController.php
0 → 100644
app/Store/Forms/IncomeApply.php
0 → 100644
app/Store/Forms/RefundToExamine.php
0 → 100644
app/Store/Forms/SendOutGoods.php
0 → 100644
app/Store/Metrics/Examples/NewDevices.php
0 → 100644
app/Store/Metrics/Examples/NewUsers.php
0 → 100644
app/Store/Metrics/Examples/ProductOrders.php
0 → 100644
app/Store/Metrics/Examples/Revenue.php
0 → 100644
app/Store/Metrics/Examples/Sessions.php
0 → 100644
app/Store/Metrics/Examples/Tickets.php
0 → 100644
app/Store/Metrics/Examples/TotalUsers.php
0 → 100644
app/Store/Models/AdminTablesSeeder.php
0 → 100644
app/Store/Models/Administrator.php
0 → 100644
app/Store/Models/Extension.php
0 → 100644
app/Store/Models/ExtensionHistory.php
0 → 100644
app/Store/Models/Menu.php
0 → 100644
app/Store/Models/MenuCache.php
0 → 100644
app/Store/Models/Permission.php
0 → 100644
app/Store/Models/Role.php
0 → 100644
app/Store/Models/Setting.php
0 → 100644
app/Store/bootstrap.php
0 → 100644
app/Store/routes.php
0 → 100644
bootstrap/app.php
0 → 100644
bootstrap/cache/.gitignore
0 → 100644
config/admin.php
0 → 100644
config/app.php
0 → 100644
config/auth.php
0 → 100644
config/broadcasting.php
0 → 100644
config/cache.php
0 → 100644
config/cors.php
0 → 100644
config/database.php
0 → 100644
config/excel.php
0 → 100644
config/filesystems.php
0 → 100644
config/hashing.php
0 → 100644
config/logging.php
0 → 100644
config/mail.php
0 → 100644
config/queue.php
0 → 100644
config/sanctum.php
0 → 100644
config/services.php
0 → 100644
config/session.php
0 → 100644
config/view.php
0 → 100644
lang/en/admin.php
0 → 100644
lang/en/auth.php
0 → 100644
lang/en/pagination.php
0 → 100644
lang/en/passwords.php
0 → 100644
lang/en/validation.php
0 → 100644
lang/zh_CN/admin.php
0 → 100644
lang/zh_CN/carousel.php
0 → 100644
lang/zh_CN/covenant.php
0 → 100644
lang/zh_CN/declaration.php
0 → 100644
lang/zh_CN/extension.php
0 → 100644
lang/zh_CN/global.php
0 → 100644
lang/zh_CN/lawyer-cost-collect.php
0 → 100644
lang/zh_CN/lawyer-cost-list.php
0 → 100644
lang/zh_CN/lawyer-cost.php
0 → 100644
lang/zh_CN/lawyer-income.php
0 → 100644
lang/zh_CN/lawyer.php
0 → 100644
lang/zh_CN/menu.php
0 → 100644
lang/zh_CN/principal.php
0 → 100644
lang/zh_TW/admin.php
0 → 100644
lang/zh_TW/extension.php
0 → 100644
lang/zh_TW/global.php
0 → 100644
lang/zh_TW/menu.php
0 → 100644
resources/css/app.css
0 → 100644
resources/js/app.js
0 → 100644
resources/js/bootstrap.js
0 → 100644
resources/views/admin/grid/tags.blade.php
0 → 100644
resources/views/admin/login.blade.php
0 → 100644
resources/views/welcome.blade.php
0 → 100644
routes/api.php
0 → 100644
routes/channels.php
0 → 100644
routes/console.php
0 → 100644
routes/web.php
0 → 100644
storage/app/.gitignore
0 → 100644
storage/app/public/.gitignore
0 → 100644
storage/framework/.gitignore
0 → 100644
storage/framework/cache/.gitignore
0 → 100644
storage/framework/cache/data/.gitignore
0 → 100644
storage/framework/sessions/.gitignore
0 → 100644
storage/framework/testing/.gitignore
0 → 100644
storage/framework/views/.gitignore
0 → 100644
storage/logs/.gitignore
0 → 100644
tests/CreatesApplication.php
0 → 100644
tests/Feature/ExampleTest.php
0 → 100644
tests/TestCase.php
0 → 100644
tests/Unit/ExampleTest.php
0 → 100644
Please
register
or
sign in
to comment