提问人:fweth 提问时间:11/13/2023 最后编辑:fweth 更新时间:11/15/2023 访问量:23
在代码空间中运行 Twill CMS
Running Twill CMS In Codespaces
问:
我尝试让 TwillCMS 在 Codespaces 上运行,我按照以下步骤操作,在安装 Laravel 后(在安装 Twill 之前),我放入了我的文件,但 Twill 登录面板有APP_URL=https://xxx-xxx-xxx-8000.app.github.dev/
.env
<form accept-charset="UTF-8" action="http://localhost:8000/admin/login" method="post">...</form>
在它的源代码中,这当然在 Codespaces 中不起作用。
中的相应文件/vendor/area17/twill/views/auth/layout.blade.php
<form accept-charset="UTF-8" action="{{ $route }}" method="post">...</form>`
但我没有看到变量在哪里设置。$route
知道如何将其设置为我的代码空间 URL 而不是?$route
localhost
答: 暂无答案
评论