api-generator:在OctoberCMS中创建宁静的API

时间:2024-05-28 08:32:01
【文件属性】:

文件名称:api-generator:在OctoberCMS中创建宁静的API

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-28 08:32:01

PHP

API产生器 10月CMS插件,用于构建RESTful API。 特征 自动生成路线 自动生成控制器(CRUD) 支持关系宁静的API 安装 composer require AhmadFatoni.ApiGenerator 用法 形式 API名称:您的API模块的名称 基本端点:API的基本端点,例如:api / v1 / modulename 简短说明:描述您的API 型号:选择将要创建的API的型号 自定义条件:使用JSON建模建立客户响应 自定义条件示例 { 'fillable': 'id,title,content', 'relation': [{ 'name': 'user', 'fillable': 'id,first_name' }, { 'name': 'categories',


【文件预览】:
api-generator-master
----models()
--------ApiGenerator.php(2KB)
--------apigenerator()
----lang()
--------en()
----routes.php(744B)
----Readme.md(1KB)
----controllers()
--------ApiGeneratorController.php(10KB)
--------api()
--------apigeneratorcontroller()
----.DS_Store(6KB)
----Plugin.php(275B)
----.gitignore(162B)
----plugin.yaml(531B)
----updates()
--------builder_table_create_ahmadfatoni_apigenerator_data.php(739B)
--------version.yaml(375B)
----template()
--------controller.php(923B)
--------routes.dot(490B)
--------customcontroller.dot(2KB)
--------route.dot(318B)
--------controller.dot(3KB)
----helpers()
--------Helpers.php(428B)

网友评论