如何使用 Laravel 开发移动应用的后端(iOS 和 Android)?任何教程?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/31646969/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 12:03:23  来源:igfitidea点击:

How to use Laravel to develop mobile applications' Back-ends (iOS and Android)? Any Tutorial?

androidioslaravellaravel-5

提问by Luke

We have seen Laravel has facilitated web development. But I wonder there is any tutorial to help us develop Mobile Applications' back-ends (iOS and Android) using Laravel?

我们已经看到 Laravel 促进了 Web 开发。但是我想知道有什么教程可以帮助我们使用 Laravel 开发移动应用程序的后端(iOS 和 Android)?

回答by hhsadiq

You can write backend APIs in Laravel. And Lumenis a good lightweight micro framework by Laravel for writing APIs. All you need is a REST-ful API to get you going. Have look at this tutorialto get you started.

您可以在 Laravel 中编写后端 API。而且流明是Laravel编写API的一个很好的轻量级微架构。您所需要的只是一个 REST-ful API 来助您一臂之力。请查看本教程以帮助您入门。