{"id":89,"date":"2015-12-27T23:22:22","date_gmt":"2015-12-27T20:22:22","guid":{"rendered":"http:\/\/antyat.ru\/?p=89"},"modified":"2016-03-16T15:47:00","modified_gmt":"2016-03-16T12:47:00","slug":"%d0%b4%d0%be%d0%bf%d0%be%d0%bb%d0%bd%d0%b5%d0%bd%d0%b8%d1%8f-%d0%b4%d0%bb%d1%8f-laravel","status":"publish","type":"post","link":"http:\/\/antyat.ru\/?p=89","title":{"rendered":"\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0434\u043b\u044f laravel"},"content":{"rendered":"<ol>\n<li>composer install<\/li>\n<li>php artisan key:generate<\/li>\n<li>composer require illuminate\/html<\/li>\n<li>composer require doctrine\/dbal<\/li>\n<\/ol>\n<pre class=\"php\">'providers' =&gt; [\r\n\t...\r\n\u00a0\r\n\t Illuminate\\Html\\HtmlServiceProvider::class,\r\n],\r\n\u00a0\r\n'aliases' =&gt; [\r\n\u00a0\r\n\t...\r\n\u00a0\r\n        'Form'      =&gt; Illuminate\\Html\\FormFacade::class,\r\n        'Html'      =&gt; Illuminate\\Html\\HtmlFacade::class,\r\n],<\/pre>\n<p>\u0414\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438:<\/p>\n<table>\n<tbody>\n<tr>\n<td class=\"line_numbers\">\n<pre>1\r\n2\r\n3\r\n<\/pre>\n<\/td>\n<td class=\"code\">\n<pre class=\"bash\">php artisan tinker\r\n&gt; Form::text('foo')\r\n\"&lt;input name=\\\"foo\\\" type=\\\"text\\\"&gt;\"<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>composer install php artisan key:generate composer require illuminate\/html composer require doctrine\/dbal &#8216;providers&#8217; =&gt; [ &#8230; \u00a0 Illuminate\\Html\\HtmlServiceProvider::class, ], \u00a0 &#8216;aliases&#8217; =&gt; [ \u00a0 &#8230; \u00a0 &#8216;Form&#8217; =&gt; Illuminate\\Html\\FormFacade::class, &#8216;Html&#8217; =&gt; Illuminate\\Html\\HtmlFacade::class, ], \u0414\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438: 1 2 3 php artisan tinker &gt; Form::text(&#8216;foo&#8217;) &#171;&lt;input name=\\&#187;foo\\&#187; type=\\&#187;text\\&#187;&gt;&#187;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-89","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"http:\/\/antyat.ru\/index.php?rest_route=\/wp\/v2\/posts\/89","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/antyat.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/antyat.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/antyat.ru\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/antyat.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=89"}],"version-history":[{"count":7,"href":"http:\/\/antyat.ru\/index.php?rest_route=\/wp\/v2\/posts\/89\/revisions"}],"predecessor-version":[{"id":92,"href":"http:\/\/antyat.ru\/index.php?rest_route=\/wp\/v2\/posts\/89\/revisions\/92"}],"wp:attachment":[{"href":"http:\/\/antyat.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=89"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/antyat.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=89"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/antyat.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=89"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}