我如何在没有引导程序的情况下使用身份验证?

发布于 2025-01-20 12:31:31 字数 140 浏览 0 评论 0原文

在 Laravel 中,我知道运行 composer require laravel/ui ,然后 php artisan ui vue --auth 会创建身份验证脚手架,但它使用 Bootstrap。有没有办法在没有 Bootstrap 的情况下创建这个脚手架?

In Laravel, I know running composer require laravel/ui and then php artisan ui vue --auth creates authentication scaffolding but it uses Bootstrap. Is there a way to create this scaffolding without Bootstrap?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

邮友 2025-01-27 12:31:31

不幸的是,众所周知,在Laravel身份验证脚手架中,Bootstrap UI别无选择,据我所知,有一条尾风,但是回购的最后一个更新是2年前的,所以不确定现在是否支持它

https://github.com/laravel-frontend-presets/tailwindcss

一个新路径中的所有查看文件

resources/views/auth

Unfortunately and as I know, there is no alternative for the bootstrap UI in laravel authentication scaffolding, as I know there is a tailwind but the last update on the repo was 2 years ago so not sure if it is supported now

https://github.com/laravel-frontend-presets/tailwindcss

also, you can change it or create a new one, all view files in this path

resources/views/auth
半衾梦 2025-01-27 12:31:31

如果你想使用 TailWindCss 并与 Laravel V9 兼容
您可以使用这个包:
Github Repo

非常简单,我已经使用了几分钟了

if you want use TailWindCss And Compatibility with Laravel V9
You Can Use this package :
Github Repo

It's very simple and I've been using it for a few minutes

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文