
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Change Laravel 5 Public Folder to Your Site Name?	</title>
	<atom:link href="https://www.technig.com/change-laravel-5-public-folder-site-name/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/change-laravel-5-public-folder-site-name/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Fri, 01 Sep 2017 08:38:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Sumedha		</title>
		<link>https://www.technig.com/change-laravel-5-public-folder-site-name/#comment-687</link>

		<dc:creator><![CDATA[Sumedha]]></dc:creator>
		<pubDate>Fri, 01 Sep 2017 08:38:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=7222#comment-687</guid>

					<description><![CDATA[Hello sir, I follow all steps but my css and js are not working for example I am giving  in my app.blade.php and on inspect browser I found it as http://localhost:8000/css/bootstrap.min.css, so how can I  use my css files in project, is there any problem with public location? Please help.]]></description>
			<content:encoded><![CDATA[<p>Hello sir, I follow all steps but my css and js are not working for example I am giving  in my app.blade.php and on inspect browser I found it as <a href="http://localhost:8000/css/bootstrap.min.css" rel="nofollow ugc">http://localhost:8000/css/bootstrap.min.css</a>, so how can I  use my css files in project, is there any problem with public location? Please help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hujjat Nazari		</title>
		<link>https://www.technig.com/change-laravel-5-public-folder-site-name/#comment-686</link>

		<dc:creator><![CDATA[Hujjat Nazari]]></dc:creator>
		<pubDate>Wed, 12 Apr 2017 05:00:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=7222#comment-686</guid>

					<description><![CDATA[That&#039;s Okay. 

You should use asset() function to access those images. It will look in the public directory no matter where it is.]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s Okay. </p>
<p>You should use asset() function to access those images. It will look in the public directory no matter where it is.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: murilo		</title>
		<link>https://www.technig.com/change-laravel-5-public-folder-site-name/#comment-685</link>

		<dc:creator><![CDATA[murilo]]></dc:creator>
		<pubDate>Fri, 13 Jan 2017 22:00:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=7222#comment-685</guid>

					<description><![CDATA[hello my friend , very good tutorial  .I had done like this example .
It worked ok , the laravel folder I created at one place and the public folder , I created in the public folder . It worked ok .

But the probleme is when I gonna make a upload of a image , in my admin area . The image was suppose to go to my public folder/assets/images/myimage.jpg
but is goint to my laravel application -&#062;
laravel/public/assets/images/myimage.jpg .



It seams that I need to change as well the public path directory to laravel make the upload outside the laravel structure folder ,and make the upload inside the root folder that I created ( the public ) do you know how I can do it ?

I make upload like this - 
$file-&#062;move(public_path(&#039;/assets/temp&#039;), $main_image_filename);
(It was supose to go to assets , but is going to local/laravel/public/assets.... )

Thanks my friend]]></description>
			<content:encoded><![CDATA[<p>hello my friend , very good tutorial  .I had done like this example .<br />
It worked ok , the laravel folder I created at one place and the public folder , I created in the public folder . It worked ok .</p>
<p>But the probleme is when I gonna make a upload of a image , in my admin area . The image was suppose to go to my public folder/assets/images/myimage.jpg<br />
but is goint to my laravel application -&gt;<br />
laravel/public/assets/images/myimage.jpg .</p>
<p>It seams that I need to change as well the public path directory to laravel make the upload outside the laravel structure folder ,and make the upload inside the root folder that I created ( the public ) do you know how I can do it ?</p>
<p>I make upload like this &#8211;<br />
$file-&gt;move(public_path(&#8216;/assets/temp&#8217;), $main_image_filename);<br />
(It was supose to go to assets , but is going to local/laravel/public/assets&#8230;. )</p>
<p>Thanks my friend</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
