{"id":22571,"date":"2024-11-21T11:38:17","date_gmt":"2024-11-21T03:38:17","guid":{"rendered":"https:\/\/fwq.ai\/blog\/22571\/"},"modified":"2024-11-21T11:38:17","modified_gmt":"2024-11-21T03:38:17","slug":"laravel-%e6%89%be%e4%b8%8d%e5%88%b0%e9%a1%b5%e9%9d%a2","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/22571\/","title":{"rendered":"laravel \u627e\u4e0d\u5230\u9875\u9762"},"content":{"rendered":"<p>laravel \u662f\u4e00\u79cd\u6d41\u884c\u7684 php web \u5f00\u53d1\u6846\u67b6\u3002\u5b83\u63d0\u4f9b\u4e86\u4e00\u4e9b\u6709\u7528\u7684\u529f\u80fd\uff0c\u5982\u8def\u7531\u3001\u63a7\u5236\u5668\u3001\u89c6\u56fe\u7b49\uff0c\u53ef\u4ee5\u5e2e\u52a9\u5f00\u53d1\u8005\u5feb\u901f\u6784\u5efa\u9ad8\u6548\u7684 web \u5e94\u7528\u7a0b\u5e8f\u3002\u4f46\u6709\u65f6\u5019\uff0c\u5f53\u4f60\u5728\u5f00\u53d1\u5e94\u7528\u7a0b\u5e8f\u65f6\uff0c\u4f60\u53ef\u80fd\u4f1a\u9047\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002\u8fd9\u4e2a\u95ee\u9898\u53ef\u80fd\u4f1a\u8ba9\u4f60\u5f88\u56f0\u6270\uff0c\u4f46\u4e0d\u7528\u62c5\u5fc3\uff0c\u672c\u6587\u5c06\u5e2e\u52a9\u4f60\u89e3\u51b3\u8fd9\u4e2a\u95ee\u9898\u3002<\/p>\n<p>\u4e3a\u4ec0\u4e48\u4f1a\u51fa\u73b0\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\uff1f<\/p>\n<p>\u9996\u5148\uff0c\u6211\u4eec\u9700\u8981\u77e5\u9053\u4e3a\u4ec0\u4e48\u4f1a\u51fa\u73b0\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002\u901a\u5e38\uff0c\u8fd9\u4e2a\u9519\u8bef\u662f\u7531\u4ee5\u4e0b\u539f\u56e0\u5f15\u8d77\u7684\uff1a<\/p>\n<ol>\n<li>\u9519\u8bef\u7684\u8def\u7531\u6216 URL\u3002<\/li>\n<li>\u6ca1\u6709\u4e0e\u8def\u7531\u5339\u914d\u7684\u63a7\u5236\u5668\u65b9\u6cd5\u3002<\/li>\n<li>\u6ca1\u6709\u4e0e\u63a7\u5236\u5668\u65b9\u6cd5\u5339\u914d\u7684\u89c6\u56fe\u6587\u4ef6\u3002<\/li>\n<li>\u89c6\u56fe\u6587\u4ef6\u7684\u8def\u5f84\u9519\u8bef\u3002<\/li>\n<\/ol>\n<p>\u4e0b\u9762\uff0c\u6211\u4eec\u5c06\u5206\u522b\u8ba8\u8bba\u8fd9\u4e9b\u95ee\u9898\u4ee5\u53ca\u5982\u4f55\u89e3\u51b3\u5b83\u4eec\u3002<\/p>\n<ol>\n<li>\u9519\u8bef\u7684\u8def\u7531\u6216 URL<\/li>\n<\/ol>\n<p>\u5728 Laravel \u4e2d\uff0c\u8def\u7531\u662f\u5c06 URL \u6620\u5c04\u5230\u63a7\u5236\u5668\u65b9\u6cd5\u7684\u4e00\u79cd\u65b9\u5f0f\u3002\u5982\u679c\u4f60\u7684\u8def\u7531\u6216 URL \u4e0d\u6b63\u786e\uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002\u4f8b\u5982\uff0c\u5982\u679c\u4f60\u7684\u8def\u7531\u662f\u8fd9\u6837\u7684\uff1a<\/p>\n<pre>Route::get('\/example', 'ExampleController@index');<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236    \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u90a3\u4e48\uff0c\u4f60\u5e94\u8be5\u8bbf\u95ee URL http:\/\/yourdomain.com\/example \u3002\u5982\u679c\u4f60\u8bbf\u95ee\u4e86 http:\/\/yourdomain.com\/examples \uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002<\/p>\n<p>\u89e3\u51b3\u529e\u6cd5\uff1a<\/p>\n<p>\u786e\u4fdd\u4f60\u8bbf\u95ee\u7684 URL \u4e0e\u4f60\u7684\u8def\u7531\u5339\u914d\u3002\u4f60\u53ef\u4ee5\u67e5\u770b\u4f60\u7684\u8def\u7531\u6587\u4ef6\uff0c\u6216\u8005\u4f7f\u7528 php artisan route:list \u547d\u4ee4\u67e5\u770b\u6240\u6709\u5b9a\u4e49\u7684\u8def\u7531\u3002\u5982\u679c\u4f60\u5df2\u7ecf\u786e\u5b9a\u4f60\u7684\u8def\u7531\u548c URL \u662f\u6b63\u786e\u7684\uff0c\u90a3\u4e48\u4f60\u9700\u8981\u68c0\u67e5\u4ee5\u4e0b\u95ee\u9898\u3002<\/p>\n<ol>\n<li>\u6ca1\u6709\u4e0e\u8def\u7531\u5339\u914d\u7684\u63a7\u5236\u5668\u65b9\u6cd5<\/li>\n<\/ol>\n<p>\u5728 Laravel \u4e2d\uff0c\u63a7\u5236\u5668\u662f\u5904\u7406 HTTP \u8bf7\u6c42\u7684\u4e00\u79cd\u65b9\u5f0f\u3002\u5982\u679c\u4f60\u7684\u8def\u7531\u6b63\u786e\uff0c\u4f46\u63a7\u5236\u5668\u65b9\u6cd5\u4e0d\u5b58\u5728\uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002<\/p>\n<p>\u4f8b\u5982\uff0c\u5982\u679c\u4f60\u7684\u8def\u7531\u662f\u8fd9\u6837\u7684\uff1a<\/p>\n<pre>Route::get('\/example', 'ExampleController@index');<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236    \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u90a3\u4e48\uff0c\u4f60\u7684 ExampleController \u7c7b\u5e94\u8be5\u6709\u4e00\u4e2a\u540d\u4e3a index \u7684\u65b9\u6cd5\uff1a<\/p>\n<pre>class ExampleController extends Controller\n{\n    public function index()\n    {\n        return view('example');\n    }\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236    \u767b\u5f55\u540e\u590d\u5236    \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u5982\u679c\u4f60\u7684 ExampleController \u7c7b\u6ca1\u6709 index \u65b9\u6cd5\uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002<\/p>\n<p>\u89e3\u51b3\u529e\u6cd5\uff1a<\/p>\n<p>\u786e\u4fdd\u4f60\u7684\u63a7\u5236\u5668\u65b9\u6cd5\u5b58\u5728\u3002\u4f60\u53ef\u4ee5\u68c0\u67e5\u4f60\u7684\u63a7\u5236\u5668\u6587\u4ef6\uff0c\u6216\u8005\u4f7f\u7528 php artisan route:list \u547d\u4ee4\u67e5\u770b\u6240\u6709\u5b9a\u4e49\u7684\u8def\u7531\u548c\u63a7\u5236\u5668\u65b9\u6cd5\u3002\u5982\u679c\u4f60\u5df2\u7ecf\u786e\u5b9a\u4f60\u7684\u63a7\u5236\u5668\u65b9\u6cd5\u5b58\u5728\uff0c\u90a3\u4e48\u4f60\u9700\u8981\u68c0\u67e5\u4ee5\u4e0b\u95ee\u9898\u3002<\/p>\n<ol>\n<li>\u6ca1\u6709\u4e0e\u63a7\u5236\u5668\u65b9\u6cd5\u5339\u914d\u7684\u89c6\u56fe\u6587\u4ef6<\/li>\n<\/ol>\n<p>\u5728 Laravel \u4e2d\uff0c\u89c6\u56fe\u662f\u663e\u793a HTML \u9875\u9762\u7684\u4e00\u79cd\u65b9\u5f0f\u3002\u5982\u679c\u4f60\u7684\u8def\u7531\u548c\u63a7\u5236\u5668\u65b9\u6cd5\u6b63\u786e\uff0c\u4f46\u662f\u89c6\u56fe\u6587\u4ef6\u4e0d\u5b58\u5728\uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002<\/p>\n<p>\u4f8b\u5982\uff0c\u5982\u679c\u4f60\u7684\u63a7\u5236\u5668\u65b9\u6cd5\u8fd4\u56de\u89c6\u56fe example\uff1a<\/p>\n<pre>class ExampleController extends Controller\n{\n    public function index()\n    {\n        return view('example');\n    }\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236    \u767b\u5f55\u540e\u590d\u5236    \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u90a3\u4e48\uff0c\u4f60\u7684\u89c6\u56fe\u6587\u4ef6\u5e94\u8be5\u4f4d\u4e8e resources\/views\/example.blade.php \u3002<\/p>\n<p>\u5982\u679c\u4f60\u7684\u89c6\u56fe\u6587\u4ef6\u4e0d\u5b58\u5728\uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002<\/p>\n<p>\u89e3\u51b3\u529e\u6cd5\uff1a<\/p>\n<p>\u786e\u4fdd\u4f60\u7684\u89c6\u56fe\u6587\u4ef6\u5b58\u5728\u3002\u4f60\u53ef\u4ee5\u68c0\u67e5\u4f60\u7684\u89c6\u56fe\u6587\u4ef6\u8def\u5f84\uff0c\u6216\u8005\u5c1d\u8bd5\u5728\u63a7\u5236\u5668\u65b9\u6cd5\u4e2d\u8fd4\u56de\u4e00\u4e2a\u7b80\u5355\u7684\u5b57\u7b26\u4e32\uff0c\u4ee5\u786e\u4fdd\u63a7\u5236\u5668\u548c\u89c6\u56fe\u6587\u4ef6\u90fd\u6b63\u5e38\u5de5\u4f5c\u3002\u5982\u679c\u4f60\u5df2\u7ecf\u786e\u5b9a\u4f60\u7684\u89c6\u56fe\u6587\u4ef6\u5b58\u5728\uff0c\u90a3\u4e48\u4f60\u9700\u8981\u68c0\u67e5\u4ee5\u4e0b\u95ee\u9898\u3002<\/p>\n<ol>\n<li>\u89c6\u56fe\u6587\u4ef6\u7684\u8def\u5f84\u9519\u8bef<\/li>\n<\/ol>\n<p>\u5728 Laravel \u4e2d\uff0c\u89c6\u56fe\u6587\u4ef6\u7684\u8def\u5f84\u975e\u5e38\u91cd\u8981\u3002\u5982\u679c\u4f60\u5728\u89c6\u56fe\u6587\u4ef6\u7684\u8def\u5f84\u4e2d\u72af\u4e86\u9519\u8bef\uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002<\/p>\n<p>\u4f8b\u5982\uff0c\u5982\u679c\u4f60\u7684\u63a7\u5236\u5668\u65b9\u6cd5\u8fd4\u56de\u89c6\u56fe example\uff1a<\/p>\n<pre>class ExampleController extends Controller\n{\n    public function index()\n    {\n        return view('example');\n    }\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236    \u767b\u5f55\u540e\u590d\u5236    \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u90a3\u4e48\uff0c\u4f60\u7684\u89c6\u56fe\u6587\u4ef6\u5e94\u8be5\u4f4d\u4e8e resources\/views\/example.blade.php \u3002<\/p>\n<p>\u5982\u679c\u4f60\u5c06\u89c6\u56fe\u6587\u4ef6\u653e\u5728\u9519\u8bef\u7684\u8def\u5f84\u4e0b\uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002<\/p>\n<p>\u89e3\u51b3\u529e\u6cd5\uff1a<\/p>\n<p>\u786e\u4fdd\u4f60\u7684\u89c6\u56fe\u6587\u4ef6\u8def\u5f84\u6b63\u786e\u3002\u4f60\u53ef\u4ee5\u68c0\u67e5\u4f60\u7684\u63a7\u5236\u5668\u65b9\u6cd5\u4e2d\u7684\u89c6\u56fe\u6587\u4ef6\u540d\u662f\u5426\u6b63\u786e\uff0c\u4ee5\u53ca\u4f60\u7684\u89c6\u56fe\u6587\u4ef6\u662f\u5426\u4f4d\u4e8e\u6b63\u786e\u7684\u76ee\u5f55\u4e0b\u3002\u5982\u679c\u4f60\u5df2\u7ecf\u786e\u5b9a\u4f60\u7684\u89c6\u56fe\u6587\u4ef6\u8def\u5f84\u6b63\u786e\uff0c\u90a3\u4e48\u4f60\u9700\u8981\u68c0\u67e5\u4ee5\u4e0b\u95ee\u9898\u3002<\/p>\n<p>\u7ed3\u8bba<\/p>\n<p>\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u662f\u4e00\u4e2a\u5f88\u5e38\u89c1\u7684\u9519\u8bef\uff0c\u5728 Laravel \u5f00\u53d1\u4e2d\u7ecf\u5e38\u51fa\u73b0\u3002\u5982\u679c\u4f60\u9047\u5230\u8fd9\u4e2a\u9519\u8bef\uff0c\u9996\u5148\u68c0\u67e5\u4f60\u7684\u8def\u7531\u3001\u63a7\u5236\u5668\u65b9\u6cd5\u548c\u89c6\u56fe\u6587\u4ef6\u7684\u8def\u5f84\u662f\u5426\u6b63\u786e\u3002\u5982\u679c\u4f60\u4ecd\u7136\u65e0\u6cd5\u89e3\u51b3\u95ee\u9898\uff0c\u53ef\u4ee5\u5c1d\u8bd5\u5728\u63a7\u5236\u5668\u4e2d\u8fd4\u56de\u4e00\u4e2a\u7b80\u5355\u7684\u5b57\u7b26\u4e32\uff0c\u4ee5\u786e\u4fdd\u63a7\u5236\u5668\u548c\u89c6\u56fe\u6587\u4ef6\u90fd\u6b63\u5e38\u5de5\u4f5c\u3002\u5e0c\u671b\u672c\u6587\u5bf9\u89e3\u51b3\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u95ee\u9898\u6709\u6240\u5e2e\u52a9\uff01<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662flaravel \u627e\u4e0d\u5230\u9875\u9762\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>laravel \u662f\u4e00\u79cd\u6d41\u884c\u7684 php web \u5f00\u53d1\u6846\u67b6\u3002\u5b83\u63d0\u4f9b\u4e86\u4e00\u4e9b\u6709\u7528\u7684\u529f\u80fd\uff0c\u5982\u8def\u7531\u3001\u63a7\u5236\u5668\u3001\u89c6\u56fe\u7b49\uff0c\u53ef\u4ee5\u5e2e\u52a9\u5f00\u53d1\u8005\u5feb\u901f\u6784\u5efa\u9ad8\u6548\u7684 web \u5e94\u7528\u7a0b\u5e8f\u3002\u4f46\u6709\u65f6\u5019\uff0c\u5f53\u4f60\u5728\u5f00\u53d1\u5e94\u7528\u7a0b\u5e8f\u65f6\uff0c\u4f60\u53ef\u80fd\u4f1a\u9047\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002\u8fd9\u4e2a\u95ee\u9898\u53ef\u80fd\u4f1a\u8ba9\u4f60\u5f88\u56f0\u6270\uff0c\u4f46\u4e0d\u7528\u62c5\u5fc3\uff0c\u672c\u6587\u5c06\u5e2e\u52a9\u4f60\u89e3\u51b3\u8fd9\u4e2a\u95ee\u9898\u3002 \u4e3a\u4ec0\u4e48\u4f1a\u51fa\u73b0\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\uff1f \u9996\u5148\uff0c\u6211\u4eec\u9700\u8981\u77e5\u9053\u4e3a\u4ec0\u4e48\u4f1a\u51fa\u73b0\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002\u901a\u5e38\uff0c\u8fd9\u4e2a\u9519\u8bef\u662f\u7531\u4ee5\u4e0b\u539f\u56e0\u5f15\u8d77\u7684\uff1a \u9519\u8bef\u7684\u8def\u7531\u6216 URL\u3002 \u6ca1\u6709\u4e0e\u8def\u7531\u5339\u914d\u7684\u63a7\u5236\u5668\u65b9\u6cd5\u3002 \u6ca1\u6709\u4e0e\u63a7\u5236\u5668\u65b9\u6cd5\u5339\u914d\u7684\u89c6\u56fe\u6587\u4ef6\u3002 \u89c6\u56fe\u6587\u4ef6\u7684\u8def\u5f84\u9519\u8bef\u3002 \u4e0b\u9762\uff0c\u6211\u4eec\u5c06\u5206\u522b\u8ba8\u8bba\u8fd9\u4e9b\u95ee\u9898\u4ee5\u53ca\u5982\u4f55\u89e3\u51b3\u5b83\u4eec\u3002 \u9519\u8bef\u7684\u8def\u7531\u6216 URL \u5728 Laravel \u4e2d\uff0c\u8def\u7531\u662f\u5c06 URL \u6620\u5c04\u5230\u63a7\u5236\u5668\u65b9\u6cd5\u7684\u4e00\u79cd\u65b9\u5f0f\u3002\u5982\u679c\u4f60\u7684\u8def\u7531\u6216 URL \u4e0d\u6b63\u786e\uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002\u4f8b\u5982\uff0c\u5982\u679c\u4f60\u7684\u8def\u7531\u662f\u8fd9\u6837\u7684\uff1a Route::get(&#8216;\/example&#8217;, &#8216;ExampleController@index&#8217;); \u767b\u5f55\u540e\u590d\u5236 \u767b\u5f55\u540e\u590d\u5236 \u90a3\u4e48\uff0c\u4f60\u5e94\u8be5\u8bbf\u95ee URL http:\/\/yourdomain.com\/example \u3002\u5982\u679c\u4f60\u8bbf\u95ee\u4e86 http:\/\/yourdomain.com\/examples \uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002 \u89e3\u51b3\u529e\u6cd5\uff1a \u786e\u4fdd\u4f60\u8bbf\u95ee\u7684 URL \u4e0e\u4f60\u7684\u8def\u7531\u5339\u914d\u3002\u4f60\u53ef\u4ee5\u67e5\u770b\u4f60\u7684\u8def\u7531\u6587\u4ef6\uff0c\u6216\u8005\u4f7f\u7528 php artisan route:list \u547d\u4ee4\u67e5\u770b\u6240\u6709\u5b9a\u4e49\u7684\u8def\u7531\u3002\u5982\u679c\u4f60\u5df2\u7ecf\u786e\u5b9a\u4f60\u7684\u8def\u7531\u548c URL \u662f\u6b63\u786e\u7684\uff0c\u90a3\u4e48\u4f60\u9700\u8981\u68c0\u67e5\u4ee5\u4e0b\u95ee\u9898\u3002 \u6ca1\u6709\u4e0e\u8def\u7531\u5339\u914d\u7684\u63a7\u5236\u5668\u65b9\u6cd5 \u5728 Laravel \u4e2d\uff0c\u63a7\u5236\u5668\u662f\u5904\u7406 HTTP \u8bf7\u6c42\u7684\u4e00\u79cd\u65b9\u5f0f\u3002\u5982\u679c\u4f60\u7684\u8def\u7531\u6b63\u786e\uff0c\u4f46\u63a7\u5236\u5668\u65b9\u6cd5\u4e0d\u5b58\u5728\uff0c\u4f60\u5c31\u4f1a\u5f97\u5230\u201c\u627e\u4e0d\u5230\u9875\u9762\u201d\u7684\u9519\u8bef\u3002 \u4f8b\u5982\uff0c\u5982\u679c\u4f60\u7684\u8def\u7531\u662f\u8fd9\u6837\u7684\uff1a Route::get(&#8216;\/example&#8217;, &#8216;ExampleController@index&#8217;); \u767b\u5f55\u540e\u590d\u5236 \u767b\u5f55\u540e\u590d\u5236 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-22571","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/22571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=22571"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/22571\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=22571"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=22571"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=22571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}