简体   繁体   English

为现有的 laravel 项目安装 Jetstream 是否安全?

[英]Is it safe to install jetstream for an existing laravel project?

I want to use jetstream for auth.我想使用 jetstream 进行身份验证。 I create the project earlier and already worked on it.我较早地创建了该项目并且已经在处理它。 Now I want to use jetstream.现在我想使用喷射流。 But in the official documentation of jetstream I found this warning: "New Applications Only但是在 jetstream 的官方文档中我发现了这个警告:“New Applications Only

Jetstream should only be installed into new Laravel applications. Jetstream 只应安装到新的 Laravel 应用程序中。 Attempting to install Jetstream into an existing Laravel application will result in unexpected behavior and issues."尝试将 Jetstream 安装到现有的 Laravel 应用程序中将导致意外行为和问题。” 在此处输入图像描述

Now I want suggestions that how I can use jetsteam without any issue in my existing project.现在我想要关于如何在现有项目中毫无问题地使用 jetsteam 的建议。

probably there should be no problem if you are using git. just commit your latest changes and add jet stream. there is an issue on Jetstream GitHub page about it如果您使用的是 git,可能应该没有问题。只需提交您的最新更改并添加 jet stream。Jetstream GitHub 页面上有一个关于它的问题

Please, give red visible warning for peoples, that Jetstream will overwrite your existing work, and it is meant to be install only on fresh installations.请为人们发出可见的红色警告,Jetstream 将覆盖您现有的工作,并且只能在全新安装时安装。

check it out看看这个

update:更新:
well, I have added Jetstream to my existing project which working on it for four months, there was a problem with font awesome Vue version which deleted that and going to add it again with newer version好吧,我已经将 Jetstream 添加到我现有的项目中,该项目已经工作了四个月,字体很棒的 Vue 版本存在问题,删除了它并打算用更新的版本再次添加它

在此处输入图像描述

, there was some bugs but was easy to resolve, so if you backup your project its totally ok and works fine, but you have to setup your project again with previous tasks you have done before ,有一些错误但很容易解决,所以如果你备份你的项目它完全没问题并且工作正常,但你必须用你之前完成的以前的任务重新设置你的项目

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM