{"id":1111,"date":"2024-04-09T18:27:57","date_gmt":"2024-04-09T09:27:57","guid":{"rendered":"https:\/\/shinke1987.net\/?p=1111"},"modified":"2024-04-09T18:27:58","modified_gmt":"2024-04-09T09:27:58","slug":"laravel10%e3%82%92%e3%83%87%e3%83%97%e3%83%ad%e3%82%a4%e3%81%99%e3%82%8b%e3%81%9f%e3%82%81%e3%81%ae%e7%a2%ba%e8%aa%8d","status":"publish","type":"post","link":"https:\/\/shinke1987.net\/?p=1111","title":{"rendered":"Laravel10\u3092\u30c7\u30d7\u30ed\u30a4\u3059\u308b\u305f\u3081\u306e\u78ba\u8a8d"},"content":{"rendered":"\n<p>Laravel11\u3067\u3066\u308b\u3051\u3069\u3001\u4eca\u306f\u6c17\u306b\u3057\u306a\u3044\u2026\u3002<\/p>\n\n\n\n<h2 id=\"toc0\" class=\"wp-block-heading\">\u53c2\u8003\u30da\u30fc\u30b8<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/readouble.com\/laravel\/10.x\/ja\/deployment.html\">Laravel 10.x \u30c7\u30d7\u30ed\u30a4<\/a><\/li>\n<\/ul>\n\n\n\n<h2 id=\"toc1\" class=\"wp-block-heading\">\u524d\u63d0<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u65e2\u306bApache\u304c\u7a3c\u50cd\u3057\u3066\u3044\u308b\u3002<\/li>\n\n\n\n<li>PHP-FPM\u3067PHP\u304c\u52d5\u304f\u3002<\/li>\n<\/ul>\n\n\n\n<h2 id=\"toc2\" class=\"wp-block-heading\">\u30b5\u30fc\u30d0\u8981\u4ef6\u306e\u78ba\u8a8d\u624b\u9806<\/h2>\n\n\n\n<h3 id=\"toc3\" class=\"wp-block-heading\">PHP >= 8.1<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php -v\n<\/pre><\/div>\n\n\n<h3 id=\"toc4\" class=\"wp-block-heading\">Ctype PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep &#039;ctype functions&#039;\n<\/pre><\/div>\n\n\n<h3 id=\"toc5\" class=\"wp-block-heading\">cURL PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep &#039;cURL support&#039;\n<\/pre><\/div>\n\n\n<h3 id=\"toc6\" class=\"wp-block-heading\">DOM PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep -E &#039;^dom&#039; -A 10\n<\/pre><\/div>\n\n\n<h3 id=\"toc7\" class=\"wp-block-heading\">Fileinfo PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep &#039;fileinfo support&#039;\n<\/pre><\/div>\n\n\n<h3 id=\"toc8\" class=\"wp-block-heading\">Filter PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep -E &#039;^filter$&#039; -A 2\n<\/pre><\/div>\n\n\n<h3 id=\"toc9\" class=\"wp-block-heading\">Hash PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep -E &#039;^hash$&#039; -A 3\n<\/pre><\/div>\n\n\n<h3 id=\"toc10\" class=\"wp-block-heading\">Mbstring PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep -E &#039;^mbstring$&#039; -A 5\n<\/pre><\/div>\n\n\n<h3 id=\"toc11\" class=\"wp-block-heading\">OpenSSL PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep -E &#039;^openssl$&#039; -A 5\n<\/pre><\/div>\n\n\n<h3 id=\"toc12\" class=\"wp-block-heading\">PCRE PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep -E &#039;^pcre$&#039; -A 6\n<\/pre><\/div>\n\n\n<h3 id=\"toc13\" class=\"wp-block-heading\">PDO PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep -E &#039;^PDO$&#039; -A 3\n\n# mysql\u3092\u4f7f\u3046\u5834\u5408\n$ php-fpm -i | grep -E &#039;^pdo_mysql$&#039; -A 3\n\n# PostgreSQL\u3092\u4f7f\u3046\u5834\u5408\n$ php-fpm -i | grep -E &#039;^pdo_pgsql$&#039; -A 3\n\n# Remi\u30ea\u30dd\u30b8\u30c8\u30ea\u304c\u5229\u7528\u3067\u304d\u308b\u5834\u5408\u3001\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u3067pdo_pgsql\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u53ef\u80fd\u3002\n$ sudo dnf install php-pgsql\n<\/pre><\/div>\n\n\n<h3 id=\"toc14\" class=\"wp-block-heading\">Session PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep &#039;Session Support&#039;\n<\/pre><\/div>\n\n\n<h3 id=\"toc15\" class=\"wp-block-heading\">Tokenizer PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep &#039;Tokenizer Support&#039;\n<\/pre><\/div>\n\n\n<h3 id=\"toc16\" class=\"wp-block-heading\">XML PHP\u62e1\u5f35<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ php-fpm -i | grep &#039;XML Support&#039;\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>Laravel11\u3067\u3066\u308b\u3051\u3069\u3001\u4eca\u306f\u6c17\u306b\u3057\u306a\u3044\u2026\u3002 \u53c2\u8003\u30da\u30fc\u30b8 \u524d\u63d0 \u30b5\u30fc\u30d0\u8981\u4ef6\u306e\u78ba\u8a8d\u624b\u9806 PHP >= 8.1 Ctype PHP\u62e1\u5f35 cURL PHP\u62e1\u5f35 DOM PHP\u62e1\u5f35 Fileinfo PHP\u62e1\u5f35 Filter [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[96],"tags":[],"class_list":["post-1111","post","type-post","status-publish","format-standard","hentry","category-laravel"],"_links":{"self":[{"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/posts\/1111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shinke1987.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1111"}],"version-history":[{"count":1,"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/posts\/1111\/revisions"}],"predecessor-version":[{"id":1112,"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/posts\/1111\/revisions\/1112"}],"wp:attachment":[{"href":"https:\/\/shinke1987.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shinke1987.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shinke1987.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}