{"id":1087,"date":"2023-08-07T13:28:08","date_gmt":"2023-08-07T07:58:08","guid":{"rendered":"https:\/\/vining.in\/blog\/?p=1087"},"modified":"2023-08-07T13:33:40","modified_gmt":"2023-08-07T08:03:40","slug":"laravel-5-to-8-change-public_path","status":"publish","type":"post","link":"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/","title":{"rendered":"Laravel 5 to 8 change public_path()"},"content":{"rendered":"<p>Issue<\/p>\n<p>When trying to move the public folder to other place. However, You can&#8217;t find the place to modify public_path() variable. Now, the &#8216;public_path()&#8217; return the wrong path of folder.<\/p>\n<p>&nbsp;<\/p>\n<p>Solution<\/p>\n<p>I suggest you add it in<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\">app\/Providers\/AppServiceProvider.php:<\/pre>\n<p>Add the following line in the register() method<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\">public function register()\r\n{\r\n    $this-&gt;app-&gt;bind('path.public', function() {\r\n        return realpath(base_path().'\/..\/public_html');\r\n    });\r\n}<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Issue When trying to move the public folder to other place. However, You can&#8217;t find the place to modify public_path() variable. Now, the &#8216;public_path()&#8217; return the wrong path of folder. &nbsp; Solution I suggest you add it in app\/Providers\/AppServiceProvider.php: Add the following line in the register() method public function register() { $this-&gt;app-&gt;bind(&#8216;path.public&#8217;, function() { return [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[27],"tags":[],"class_list":["post-1087","post","type-post","status-publish","format-standard","hentry","category-laravel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel 5 to 8 change public_path() - Programmer Code<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel 5 to 8 change public_path() - Programmer Code\" \/>\n<meta property=\"og:description\" content=\"Issue When trying to move the public folder to other place. However, You can&#8217;t find the place to modify public_path() variable. Now, the &#8216;public_path()&#8217; return the wrong path of folder. &nbsp; Solution I suggest you add it in app\/Providers\/AppServiceProvider.php: Add the following line in the register() method public function register() { $this-&gt;app-&gt;bind(&#039;path.public&#039;, function() { return [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/\" \/>\n<meta property=\"og:site_name\" content=\"Programmer Code\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/vining.in\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-07T07:58:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-07T08:03:40+00:00\" \/>\n<meta name=\"author\" content=\"codeadmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"codeadmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/\",\"url\":\"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/\",\"name\":\"Laravel 5 to 8 change public_path() - Programmer Code\",\"isPartOf\":{\"@id\":\"https:\/\/vining.in\/blog\/#website\"},\"datePublished\":\"2023-08-07T07:58:08+00:00\",\"dateModified\":\"2023-08-07T08:03:40+00:00\",\"author\":{\"@id\":\"https:\/\/vining.in\/blog\/#\/schema\/person\/cda9f07adf3479ac270e2320a914552e\"},\"breadcrumb\":{\"@id\":\"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vining.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel 5 to 8 change public_path()\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vining.in\/blog\/#website\",\"url\":\"https:\/\/vining.in\/blog\/\",\"name\":\"Programmer Code\",\"description\":\"- Where Developers Learn, Share, &amp; Build Careers\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vining.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/vining.in\/blog\/#\/schema\/person\/cda9f07adf3479ac270e2320a914552e\",\"name\":\"codeadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vining.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/770f5bb2b95d41f98f29e7251fb1873b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/770f5bb2b95d41f98f29e7251fb1873b?s=96&d=mm&r=g\",\"caption\":\"codeadmin\"},\"url\":\"https:\/\/vining.in\/blog\/author\/codeadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel 5 to 8 change public_path() - Programmer Code","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/","og_locale":"en_US","og_type":"article","og_title":"Laravel 5 to 8 change public_path() - Programmer Code","og_description":"Issue When trying to move the public folder to other place. However, You can&#8217;t find the place to modify public_path() variable. Now, the &#8216;public_path()&#8217; return the wrong path of folder. &nbsp; Solution I suggest you add it in app\/Providers\/AppServiceProvider.php: Add the following line in the register() method public function register() { $this-&gt;app-&gt;bind('path.public', function() { return [&hellip;]","og_url":"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/","og_site_name":"Programmer Code","article_publisher":"https:\/\/www.facebook.com\/vining.in","article_published_time":"2023-08-07T07:58:08+00:00","article_modified_time":"2023-08-07T08:03:40+00:00","author":"codeadmin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"codeadmin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/","url":"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/","name":"Laravel 5 to 8 change public_path() - Programmer Code","isPartOf":{"@id":"https:\/\/vining.in\/blog\/#website"},"datePublished":"2023-08-07T07:58:08+00:00","dateModified":"2023-08-07T08:03:40+00:00","author":{"@id":"https:\/\/vining.in\/blog\/#\/schema\/person\/cda9f07adf3479ac270e2320a914552e"},"breadcrumb":{"@id":"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vining.in\/blog\/laravel-5-to-8-change-public_path\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vining.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel 5 to 8 change public_path()"}]},{"@type":"WebSite","@id":"https:\/\/vining.in\/blog\/#website","url":"https:\/\/vining.in\/blog\/","name":"Programmer Code","description":"- Where Developers Learn, Share, &amp; Build Careers","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vining.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/vining.in\/blog\/#\/schema\/person\/cda9f07adf3479ac270e2320a914552e","name":"codeadmin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vining.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/770f5bb2b95d41f98f29e7251fb1873b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/770f5bb2b95d41f98f29e7251fb1873b?s=96&d=mm&r=g","caption":"codeadmin"},"url":"https:\/\/vining.in\/blog\/author\/codeadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/posts\/1087","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/comments?post=1087"}],"version-history":[{"count":3,"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/posts\/1087\/revisions"}],"predecessor-version":[{"id":1090,"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/posts\/1087\/revisions\/1090"}],"wp:attachment":[{"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/media?parent=1087"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/categories?post=1087"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vining.in\/blog\/wp-json\/wp\/v2\/tags?post=1087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}