教程 1 - 通过 dGloria 实践学习 Laravel
原文英文,约300词,阅读约需1分钟。发表于: 。Hi, the first task is about creating a new application and return data via an api endpoint. There is a json below, that you have to return from the database. Outline of the task: create a new...
创建一个新的Laravel应用,添加API端点以返回指定的JSON数据。可使用POSTMAN进行测试,并利用assertJsonStructure函数验证数据结构。