我如何在没有引导程序的情况下使用身份验证?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不幸的是,众所周知,在Laravel身份验证脚手架中,Bootstrap UI别无选择,据我所知,有一条尾风,但是回购的最后一个更新是2年前的,所以不确定现在是否支持它
https://github.com/laravel-frontend-presets/tailwindcss
一个新路径中的所有查看文件
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
如果你想使用 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