{"id":401,"date":"2017-12-12T06:44:54","date_gmt":"2017-12-11T21:44:54","guid":{"rendered":"https:\/\/t-office.blue\/?p=401"},"modified":"2017-12-20T21:27:43","modified_gmt":"2017-12-20T12:27:43","slug":"laravel%e5%ad%a6%e7%bf%92%e6%9c%ac%e7%95%aa%e7%92%b0%e5%a2%83%e6%95%b4%e5%82%99part5","status":"publish","type":"post","link":"https:\/\/wp.t-office.blue\/?p=401","title":{"rendered":"[Laravel\u5b66\u7fd2]\u672c\u756a\u74b0\u5883\u6574\u5099(part5)"},"content":{"rendered":"<p>[Laravel\u5b66\u7fd2]\u672c\u756a\u74b0\u5883\u6574\u5099(part5)<\/p>\n<p>\u3055\u304f\u3089\u306eVPS\u306bCentos6\u3067\u4f5c\u3063\u305f\u30b5\u30fc\u30d0\u306b\u3001laravel5.5\u304cbitbucket(github\u307f\u305f\u3044\u306a\u30b5\u30a4\u30c8)\u7d4c\u7531\u3067\u8a2d\u7f6e\u3067\u304d\u305f\u306e\u3067\u3001\u672c\u756a\u74b0\u5883\u3067\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u6574\u5099\u3059\u308b\u3002<\/p>\n<script type=\"text\/javascript\">document.write(\"<div data-role=\\\"amazonjs\\\" data-asin=\\\"4798052582\\\" data-locale=\\\"JP\\\" data-tmpl=\\\"Small\\\" data-img-size=\\\"\\\" class=\\\"asin_4798052582_JP_Small amazonjs_item\\\"><div class=\\\"amazonjs_indicator\\\"><span class=\\\"amazonjs_indicator_img\\\"><\/span><a class=\\\"amazonjs_indicator_title\\\" href=\\\"#\\\">PHP\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af Laravel\u5165\u9580<\/a><span class=\\\"amazonjs_indicator_footer\\\"><\/span><\/div><\/div>\")<\/script><noscript><iframe src=\"https:\/\/rcm-jp.amazon.co.jp\/e\/cm?t=ensuicom-22&o=9&p=8&l=as1&asins=4798052582&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr\" style=\"width:120px;height:240px;\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" frameborder=\"0\"><\/iframe><\/noscript>\n<p>[\u76ee\u6b21]<\/p>\n<ul>\n<li>\u672c\u756a\u74b0\u5883\u3067composer\u3092\u3059\u308b<\/li>\n<li>\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u8a2d\u5b9a<\/li>\n<li>\u30e1\u30fc\u30eb\u8a2d\u5b9a(yahoo\u306eSMTP)<\/li>\n<\/ul>\n<p><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script><br \/>\n<ins class=\"adsbygoogle\"\n     style=\"display:block\"\n     data-ad-format=\"fluid\"\n     data-ad-layout-key=\"-ei+6a+g-c3+k8\"\n     data-ad-client=\"ca-pub-4003048870046052\"\n     data-ad-slot=\"1589408991\"><\/ins><\/p>\n<p><script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/p>\n<h3>\u672c\u756a\u74b0\u5883\u3067composer\u3092\u3059\u308b<\/h3>\n<p>\u3053\u308c\u3092\u3057\u306a\u3044\u3068Larvel\u305d\u306e\u3082\u306e\u304c\u3061\u3083\u3093\u3068\u8868\u793a\u3055\u308c\u307e\u305b\u3093\u3002<\/p>\n<pre>\n# composer install\n\nLoading composer repositories with package information\nInstalling dependencies (including require-dev) from lock file\nPackage operations: 69 installs, 0 updates, 0 removals\n  - Installing doctrine\/inflector (v1.2.0): Downloading (100%)\n  - Installing doctrine\/lexer (v1.0.1): Downloading (100%)\n  - Installing erusev\/parsedown (1.6.4): Downloading (100%)\n  - Installing vlucas\/phpdotenv (v2.4.0): Downloading (100%)\n  - Installing symfony\/css-selector (v3.4.1): Downloading (100%)\n  - Installing tijsverkoyen\/css-to-inline-styles (2.2.0): Downloading (100%)      - Installing symfony\/polyfill-mbstring (v1.6.0): Downloading (100%)\n  - Installing symfony\/var-dumper (v3.4.1): Downloading (100%)\n  - Installing symfony\/routing (v3.4.1): Downloading (100%)\n  - Installing symfony\/process (v3.4.1): Downloading (100%)\n  - Installing paragonie\/random_compat (v2.0.11): Downloading (100%)\n  - Installing symfony\/polyfill-php70 (v1.6.0): Downloading (100%)\n  - Installing symfony\/http-foundation (v3.4.1): Downloading (100%)\n  - Installing symfony\/event-dispatcher (v3.4.1): Downloading (100%)\n  - Installing psr\/log (1.0.2): Downloading (100%)\n  - Installing symfony\/debug (v3.4.1): Downloading (100%)\n  - Installing symfony\/http-kernel (v3.4.1): Downloading (100%)\n  - Installing symfony\/finder (v3.4.1): Downloading (100%)\n  - Installing symfony\/console (v3.4.1): Downloading (100%)\n  - Installing egulias\/email-validator (2.1.3): Downloading (100%)\n  - Installing swiftmailer\/swiftmailer (v6.0.2): Downloading (100%)\n  - Installing ramsey\/uuid (3.7.1): Downloading (100%)\n  - Installing psr\/simple-cache (1.0.0): Downloading (100%)\n  - Installing psr\/container (1.0.0): Downloading (100%)\n  - Installing symfony\/translation (v3.4.1): Downloading (100%)\n  - Installing nesbot\/carbon (1.22.1): Downloading (100%)\n  - Installing mtdowling\/cron-expression (v1.2.1): Downloading (100%)\n  - Installing monolog\/monolog (1.23.0): Downloading (100%)\n  - Installing league\/flysystem (1.0.41): Downloading (100%)\n  - Installing laravel\/framework (v5.5.23): Downloading (100%)\n  - Installing fideloper\/proxy (3.3.4): Downloading (100%)\n  - Installing jakub-onderka\/php-console-color (0.1): Downloading (100%)          - Installing nikic\/php-parser (v3.1.2): Downloading (100%)\n  - Installing jakub-onderka\/php-console-highlighter (v0.3.2):Downloading (100%)  - Installing dnoegel\/php-xdg-base-dir (0.1): Downloading (100%)\n  - Installing psy\/psysh (v0.8.15): Downloading (100%)\n  - Installing laravel\/tinker (v1.0.2): Downloading (100%)\n  - Installing filp\/whoops (2.1.14): Downloading (100%)\n  - Installing fzaninotto\/faker (v1.7.1): Downloading (100%)\n  - Installing hamcrest\/hamcrest-php (v2.0.0): Downloading (100%)\n  - Installing mockery\/mockery (1.0): Downloading (100%)\n  - Installing webmozart\/assert (1.2.0): Downloading (100%)\n  - Installing phpdocumentor\/reflection-common (1.0.1): Downloading (100%)        - Installing phpdocumentor\/type-resolver (0.4.0): Downloading (100%)\n  - Installing phpdocumentor\/reflection-docblock (4.2.0): Downloading (100%)      - Installing phpunit\/php-token-stream (2.0.2): Downloading (100%)\n  - Installing sebastian\/version (2.0.1): Downloading (100%)\n  - Installing sebastian\/resource-operations (1.0.0): Downloading (100%)          - Installing sebastian\/recursion-context (3.0.0): Downloading (100%)\n  - Installing sebastian\/object-reflector (1.1.1): Downloading (100%)\n  - Installing sebastian\/object-enumerator (3.0.3): Downloading (100%)\n  - Installing sebastian\/global-state (2.0.0): Downloading (100%)\n  - Installing sebastian\/exporter (3.1.0): Downloading (100%)\n  - Installing sebastian\/environment (3.1.0): Downloading (100%)\n  - Installing sebastian\/diff (2.0.1): Downloading (100%)\n  - Installing sebastian\/comparator (2.1.0): Downloading (100%)\n  - Installing phpunit\/php-text-template (1.2.1): Downloading (100%)\n  - Installing doctrine\/instantiator (1.0.5): Downloading (100%)\n  - Installing phpunit\/phpunit-mock-objects (5.0.4):Downloading (100%)         )\n  - Installing phpunit\/php-timer (1.0.9): Downloading (100%)\n  - Installing phpunit\/php-file-iterator (1.4.5): Downloading (100%)\n  - Installing theseer\/tokenizer (1.1.0): Downloading (100%)\n  - Installing sebastian\/code-unit-reverse-lookup (1.0.1): Downloading (100%)     - Installing phpunit\/php-code-coverage (5.3.0): Downloading (100%)\n  - Installing phpspec\/prophecy (1.7.3): Downloading (100%)\n  - Installing phar-io\/version (1.0.1): Downloading (100%)\n  - Installing phar-io\/manifest (1.0.1): Downloading (100%)\n  - Installing myclabs\/deep-copy (1.7.0): Downloading (100%)\n  - Installing phpunit\/phpunit (6.5.3): Downloading (100%)\nsymfony\/var-dumper suggests installing ext-intl (To show region name in time zone dump)\nsymfony\/var-dumper suggests installing ext-symfony_debug ()\nsymfony\/routing suggests installing doctrine\/annotations (For using the annotation loader)\nsymfony\/routing suggests installing symfony\/config (For using the all-in-one router or any loader)\nsymfony\/routing suggests installing symfony\/dependency-injection (For loading routes from a service)\nsymfony\/routing suggests installing symfony\/expression-language (For using expression matching)\nsymfony\/routing suggests installing symfony\/yaml (For using the YAML loader)\nparagonie\/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)\nsymfony\/event-dispatcher suggests installing symfony\/dependency-injection ()\nsymfony\/http-kernel suggests installing symfony\/browser-kit ()\nsymfony\/http-kernel suggests installing symfony\/config ()\nsymfony\/http-kernel suggests installing symfony\/dependency-injection ()\nsymfony\/console suggests installing symfony\/lock ()\negulias\/email-validator suggests installing ext-intl (PHP Internationalization Libraries are required to use the SpoofChecking validation)\nramsey\/uuid suggests installing ext-libsodium (Provides the PECL libsodium extension for use with the SodiumRandomGenerator)\nramsey\/uuid suggests installing ext-uuid (Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator)\nramsey\/uuid suggests installing ircmaxell\/random-lib (Provides RandomLib for use with the RandomLibAdapter)\nramsey\/uuid suggests installing moontoast\/math (Provides support for converting UUID to 128-bit integer (in string form).)\nramsey\/uuid suggests installing ramsey\/uuid-console (A console application for generating UUIDs with ramsey\/uuid)\nramsey\/uuid suggests installing ramsey\/uuid-doctrine (Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type.)\nsymfony\/translation suggests installing symfony\/config ()\nsymfony\/translation suggests installing symfony\/yaml ()\nmonolog\/monolog suggests installing aws\/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)\nmonolog\/monolog suggests installing doctrine\/couchdb (Allow sending log messages to a CouchDB server)\nmonolog\/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))\nmonolog\/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)\nmonolog\/monolog suggests installing graylog2\/gelf-php (Allow sending log messages to a GrayLog2 server)\nmonolog\/monolog suggests installing mongodb\/mongodb (Allow sending log messages to a MongoDB server via PHP Driver)\nmonolog\/monolog suggests installing php-amqplib\/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)\nmonolog\/monolog suggests installing php-console\/php-console (Allow sending log messages to Google Chrome)\nmonolog\/monolog suggests installing rollbar\/rollbar (Allow sending log messages to Rollbar)\nmonolog\/monolog suggests installing ruflin\/elastica (Allow sending log messages to an Elastic Search server)\nmonolog\/monolog suggests installing sentry\/sentry (Allow sending log messages to a Sentry server)\nleague\/flysystem suggests installing league\/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)\nleague\/flysystem suggests installing league\/flysystem-aws-s3-v3 (Allows you to use S3 storage with AWS SDK v3)\nleague\/flysystem suggests installing league\/flysystem-azure (Allows you to use Windows Azure Blob storage)\nleague\/flysystem suggests installing league\/flysystem-cached-adapter (Flysystem adapter decorator for metadata caching)\nleague\/flysystem suggests installing league\/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)\nleague\/flysystem suggests installing league\/flysystem-rackspace (Allows you to use Rackspace Cloud Files)\nleague\/flysystem suggests installing league\/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)\nleague\/flysystem suggests installing league\/flysystem-webdav (Allows you to use WebDAV storage)\nleague\/flysystem suggests installing league\/flysystem-ziparchive (Allows you to use ZipArchive adapter)\nleague\/flysystem suggests installing spatie\/flysystem-dropbox (Allows you to use Dropbox storage)\nleague\/flysystem suggests installing srmklive\/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)\nlaravel\/framework suggests installing aws\/aws-sdk-php (Required to use the SQS queue driver and SES mail driver (~3.0).)\nlaravel\/framework suggests installing doctrine\/dbal (Required to rename columns and drop SQLite columns (~2.5).)\nlaravel\/framework suggests installing ext-posix (Required to use all features of the queue worker.)\nlaravel\/framework suggests installing guzzlehttp\/guzzle (Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).)\nlaravel\/framework suggests installing league\/flysystem-aws-s3-v3 (Required to use the Flysystem S3 driver (~1.0).)\nlaravel\/framework suggests installing league\/flysystem-rackspace (Required to use the Flysystem Rackspace driver (~1.0).)\nlaravel\/framework suggests installing nexmo\/client (Required to use the Nexmo transport (~1.0).)\nlaravel\/framework suggests installing pda\/pheanstalk (Required to use the beanstalk queue driver (~3.0).)\nlaravel\/framework suggests installing predis\/predis (Required to use the redis cache and queue drivers (~1.0).)\nlaravel\/framework suggests installing pusher\/pusher-php-server (Required to use the Pusher broadcast driver (~3.0).)\nlaravel\/framework suggests installing symfony\/dom-crawler (Required to use most of the crawler integration testing tools (~3.3).)\nlaravel\/framework suggests installing symfony\/psr-http-message-bridge (Required to psr7 bridging features (~1.0).)\npsy\/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)\npsy\/psysh suggests installing ext-posix (If you have PCNTL, you'll want the POSIX extension as well.)\npsy\/psysh suggests installing hoa\/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)\nfilp\/whoops suggests installing whoops\/soap (Formats errors as SOAP responses)\nsebastian\/global-state suggests installing ext-uopz (*)\nphpunit\/phpunit-mock-objects suggests installing ext-soap (*)\nphpunit\/php-code-coverage suggests installing ext-xdebug (^2.5.5)\nphpunit\/phpunit suggests installing ext-xdebug (*)\nphpunit\/phpunit suggests installing phpunit\/php-invoker (^1.1)\nGenerating optimized autoload files\n> Illuminate\\Foundation\\ComposerScripts::postAutoloadDump\n> @php artisan package:discover\nDiscovered Package: fideloper\/proxy\nDiscovered Package: laravel\/tinker\nPackage manifest generated successfully.\n<\/pre>\n<p>\u6700\u521d\u306f\u3044\u3063\u3071\u3044\u8aad\u307f\u8fbc\u307f\u307e\u3059<\/p>\n<p>\u30ad\u30fc\u3092\u4f5c\u308a\u307e\u3059\u3002\u3053\u308c\u3092\u3057\u306a\u3044\u3068\u30a8\u30e9\u30fc\u753b\u9762\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/p>\n<pre>\n# php artisan key:generate\n<\/pre>\n<h3>\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u8a2d\u5b9a<\/h3>\n<pre>\n# mysql -u root -p\nEnter password:\u3000\uff08\u30d1\u30b9\u30ef\u30fc\u30c9\u5165\u529b\uff09\nWelcome to the MySQL monitor.  Commands end with ; or \\g.\nYour MySQL connection id is 102662\nServer version: 5.1.73 Source distribution\n\nCopyright (c) 2000, 2013, Oracle and\/or its affiliates. All rights reserved.\n\nOracle is a registered trademark of Oracle Corporation and\/or its\naffiliates. Other names may be trademarks of their respective\nowners.\n\nType 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.\n\n\/\/\u30e6\u30fc\u30b6\u767b\u9332\nmysql> CREATE USER '\u30e6\u30fc\u30b6\u540d'@'localhost' IDENTIFIED BY '\u30d1\u30b9\u30ef\u30fc\u30c9';\n\n\/\/\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4f5c\u6210\nmysql>  CREATE DATABASE laravel;\n\n\/\/\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u4f5c\u3063\u305f\u30e6\u30fc\u30b6\u306e\u6a29\u9650\u4ed8\u4e0e\nmysql> GRANT ALL PRIVILEGES ON laravel.* TO \"\u30e6\u30fc\u30b6\u540d\"@\"localhost\";\n\n\/\/\u304a\u307e\u3058\u306a\u3044\nmysql> FLUSH PRIVILEGES;\n\n<\/pre>\n<p>.env\u306b\u30c7\u30fc\u30bf\u3092\u8ffd\u52a0<\/p>\n<pre>\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=laravel\uff08\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9)\nDB_USERNAME=\u30e6\u30fc\u30b6\u540d\nDB_PASSWORD=\u30d1\u30b9\u30ef\u30fc\u30c9\n<\/pre>\n<pre>\nssh -p 22 tacky2k@160.16.107.93\nmigrate\n<\/pre>\n<h3>\u30e1\u30fc\u30eb\u8a2d\u5b9a(yahoo\u306eSMTP)<\/h3>\n<p>.env\u306eMAILMAIL_*\u306e\u9805\u76ee\u3092\u8a2d\u5b9a<\/p>\n<pre>\n$vi .env\nMAIL_DRIVER=smtp\nMAIL_HOST=smtp.mail.yahoo.co.jp\nMAIL_PORT=465\nMAIL_USERNAME=\u30e6\u30fc\u30b6\u540d\nMAIL_PASSWORD=\u30d1\u30b9\u30ef\u30fc\u30c9\nMAIL_ENCRYPTION=ssl\nMAIL_FROM_ADDRESS=<Yahoo\u306e\u30e6\u30fc\u30b6\u30fc\u540d>@yahoo.co.jp\nMAIL_FROM_NAME=tanba-events\n<\/pre>\n<p>\u3061\u3083\u3093\u3068\u9001\u4fe1\u3067\u304d\u308b\u306e\u304btinker\u3067\u30c6\u30b9\u30c8<\/p>\n<pre>\n# tinker\u3092\u8d77\u52d5\n> php artisan tinker\n\n# \u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3002\u300cnull\u300d\u3068\u8868\u793a\u3055\u308c\u308c\u3070\u6210\u529f\n>>> Mail::raw('test mail', function($message) {$message->to('\u30e1\u30fc\u30eb\u9001\u4fe1\u5148')->subject('Test');});\n\n=> null\n<\/pre>\n<p>\u30d0\u30c3\u30c1\u30ea\u9001\u308c\u307e\u3057\u305f\u3002<\/p>\n<p>\u203b\u3061\u306a\u307f\u306b\u3060\u3051\u3069\u3001gmail\u3067\u9001\u4fe1\u3059\u308b\u306b\u306f\u30a2\u30d7\u30ea\u767b\u9332\u3068\u304b\u3057\u306a\u3044\u3068\u9001\u308c\u306a\u3044\u304b\u3089\u7d50\u69cb\u9762\u5012\u3060\u3068\u304a\u3082\u3046\u3002<\/p>\n<h4>\u4e8b\u524d\u306bPHP\u306f\uff17\u7cfb\u306b\u66f4\u65b0<\/h4>\n<p>\u6b21\u306e\u30b5\u30a4\u30c8\u3092\u53c2\u8003\u306bPHP\u3092\u66f4\u65b0\u3057\u3066\u304a\u304f<\/p>\n<p><a href=\"https:\/\/qiita.com\/ozawan\/items\/caf6e7ddec7c6b31f01e\">Qiita &#8211; CentOS6\uff0fCentOS7\u306bPHP5.6\uff0fPHP7\u3092yum\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<\/a><\/p>\n<pre>\n# php -v\nPHP 7.1.12 (cli) (built: Dec  1 2017 14:08:55) ( NTS )\nCopyright (c) 1997-2017 The PHP Group\nZend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies\n    with Zend OPcache v7.1.12, Copyright (c) 1999-2017, by Zend Technologies\n<\/pre>\n<p><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script><br \/>\n<ins class=\"adsbygoogle\"\n     style=\"display:block\"\n     data-ad-format=\"fluid\"\n     data-ad-layout-key=\"-ei+6a+g-c3+k8\"\n     data-ad-client=\"ca-pub-4003048870046052\"\n     data-ad-slot=\"1589408991\"><\/ins><\/p>\n<p><script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>[Laravel\u5b66\u7fd2]\u672c\u756a\u74b0\u5883\u6574\u5099(part5) \u3055\u304f\u3089\u306eVPS\u306bCentos6\u3067\u4f5c\u3063\u305f\u30b5\u30fc\u30d0\u306b\u3001laravel5.5\u304cbitbucket(github\u307f\u305f\u3044\u306a\u30b5\u30a4\u30c8)\u7d4c\u7531\u3067\u8a2d\u7f6e\u3067\u304d\u305f\u306e\u3067\u3001\u672c\u756a\u74b0\u5883\u3067\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u6574\u5099 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[40,5],"tags":[41,50,49,48],"class_list":["post-401","post","type-post","status-publish","format-standard","hentry","category-laravel","category-5","tag-laravel5-5","tag-php","tag-49","tag-48"],"_links":{"self":[{"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=\/wp\/v2\/posts\/401","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=401"}],"version-history":[{"count":3,"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=\/wp\/v2\/posts\/401\/revisions"}],"predecessor-version":[{"id":403,"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=\/wp\/v2\/posts\/401\/revisions\/403"}],"wp:attachment":[{"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=401"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=401"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.t-office.blue\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=401"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}