在 firebase 上部署 laravel 项目

发布于 2025-01-11 15:13:42 字数 345 浏览 0 评论 0原文

我有一个使用 sqlite 的 laravel 项目。我想将此应用程序发布到 firebase 但我不想使用 firebase 的数据库。因为我的表已经填充以及它们之间的关系。我知道如何在那里发布静态内容网站,但我找不到任何有关此的来源。

我的意思是,当然有很多关于如何使用 Kreait 在 firebase 上部署 laravel 的教程和文章。但正如我提到的,我不想使用 firebase realtiem 数据库。

实际上我不知道sqlite 是否可能。是否可以使用 sqlite 在 firebase 托管上发布 laravel 应用程序?还是必须的?

我刚刚接触 firebase。所以我可能会遗漏一些东西来理解它的概念。

I have a laravel project which uses sqlite. I want to publish this application to firebase but i dont want to use the database of firebase. Because my tables have been populated already and relationship between them. I know how to publish a static content website on there, but i couldn't find any source about this.

I mean, of course there are a lot of tutorial, article about how to deploy laravel on firebase via using Kreait. But as i mention, i dont want to use firebase realtiem database.

Actually i dont have any idea its possible or not with sqlite. Is it possible to publish a laravel application on firebase hosting with sqlite? Or is it a must?

Im just new to firebase. So i may be missing something on to understand the concept of it.

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

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

发布评论

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

评论(1

寒尘 2025-01-18 15:13:42

Firebase 托管是静态网站的托管

Firebase 托管不支持任何服务器端脚本,例如 Ruby、PHP、Python 或在输出之前处理文件的任何其他脚本。这需要一个应用程序引擎,例如 Google App Engine、Heroku 或类似引擎。托管服务是静态网站托管服务。

Firebase hosting is a host for static websites

Firebase hosting does not support any server side scripts such as Ruby, PHP, Python or anything else that is processing your files before output. That would require a application engine such as Google App Engine, Heroku, or similar. The hosting service is a static website hosting service.

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