<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>controller Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/controller/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/controller/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 16 Mar 2022 05:43:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to other table data to store another table data</title>
		<link>https://www.aiuniverse.xyz/how-to-other-table-data-to-store-another-table-data/</link>
					<comments>https://www.aiuniverse.xyz/how-to-other-table-data-to-store-another-table-data/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Thu, 26 Aug 2021 13:01:10 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[table]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15512</guid>

					<description><![CDATA[<p>This is packages table This is addimages table First let’s go to your Controller file and our function</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-other-table-data-to-store-another-table-data/">How to other table data to store another table data</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">This is packages table </h2>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="264" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/2-1024x264.jpg" alt="" class="wp-image-15513" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/2-1024x264.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/2-300x77.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/2-768x198.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/2.jpg 1361w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading"> This is addimages table  </h2>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="228" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/1-1024x228.jpg" alt="" class="wp-image-15515" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/1-1024x228.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/1-300x67.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/1-768x171.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/1.jpg 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading"> First let’s go to  your Controller file and our function</h2>



<script src="https://gist.github.com/dharmu9898/d1f31e2bf20434a8a499ce0cfde2aec4.js"></script>



<figure class="wp-block-image size-full"><img decoding="async" width="707" height="543" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/datapages.jpg" alt="" class="wp-image-15516" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/datapages.jpg 707w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/datapages-300x230.jpg 300w" sizes="(max-width: 707px) 100vw, 707px" /></figure>



<h2 class="wp-block-heading">    </h2>



<p> </p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-other-table-data-to-store-another-table-data/">How to other table data to store another table data</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-other-table-data-to-store-another-table-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How take in first and last element of array in Laravel</title>
		<link>https://www.aiuniverse.xyz/how-take-in-first-and-last-element-of-array-in-laravel/</link>
					<comments>https://www.aiuniverse.xyz/how-take-in-first-and-last-element-of-array-in-laravel/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Sat, 21 Aug 2021 06:38:38 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[first array]]></category>
		<category><![CDATA[last array]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15441</guid>

					<description><![CDATA[<p>First let’s go to your Laravel project And add your Controller file This is first Arr $middile= Arr::first($my_cat); This is last Arr $last_cat=Arr::last( $my_cat); This is Refresh <a class="read-more-link" href="https://www.aiuniverse.xyz/how-take-in-first-and-last-element-of-array-in-laravel/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-take-in-first-and-last-element-of-array-in-laravel/">How take in first and last element of array in Laravel</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading"><strong>First let’s go to your Laravel project</strong> And add your Controller file </h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="570" height="190" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/first-and-last.jpg" alt="" class="wp-image-15442" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/first-and-last.jpg 570w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/first-and-last-300x100.jpg 300w" sizes="auto, (max-width: 570px) 100vw, 570px" /></figure>



<h2 class="wp-block-heading">This is first Arr </h2>



$middile= Arr::first($my_cat);



<h2 class="wp-block-heading">This is last Arr</h2>



$last_cat=Arr::last( $my_cat);



<h3 class="wp-block-heading">This is Refresh URL => <a href="https://stackoverflow.com/questions/20052769/get-first-and-last-element-in-array/20052835">https://stackoverflow.com/questions/20052769/get-first-and-last-element-in-array/20052835</a></h3>
<p>The post <a href="https://www.aiuniverse.xyz/how-take-in-first-and-last-element-of-array-in-laravel/">How take in first and last element of array in Laravel</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-take-in-first-and-last-element-of-array-in-laravel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to concatenate string in Laravel controller</title>
		<link>https://www.aiuniverse.xyz/how-to-concatenate-string-in-laravel-controller/</link>
					<comments>https://www.aiuniverse.xyz/how-to-concatenate-string-in-laravel-controller/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Thu, 19 Aug 2021 13:35:26 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[concatenate]]></category>
		<category><![CDATA[controller]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15413</guid>

					<description><![CDATA[<p>First let’s go to your Laravel project And add your Controller function and Store function And go to your Laravel project And test your Controller function log::info <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-concatenate-string-in-laravel-controller/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-concatenate-string-in-laravel-controller/">How to concatenate string in Laravel controller</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="375" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/contatinet-1024x375.jpg" alt="" class="wp-image-15414" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/contatinet-1024x375.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/contatinet-300x110.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/contatinet-768x281.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/contatinet.jpg 1190w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="890" height="442" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/this-is-blade-file-1.jpg" alt="" class="wp-image-15423" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/this-is-blade-file-1.jpg 890w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/this-is-blade-file-1-300x149.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/this-is-blade-file-1-768x381.jpg 768w" sizes="auto, (max-width: 890px) 100vw, 890px" /></figure>



<h3 class="wp-block-heading"><strong>First let’s go to your Laravel project</strong> And add your Controller function and Store function</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="671" height="465" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/continet.jpg" alt="" class="wp-image-15424" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/continet.jpg 671w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/continet-300x208.jpg 300w" sizes="auto, (max-width: 671px) 100vw, 671px" /></figure>



<script src="https://gist.github.com/dharmu9898/e314eda58a364edd5ec65b1af51a4fed.js"></script>



<h3 class="wp-block-heading"><strong>And go to your Laravel project</strong> And test your Controller function log::info print</h3>



<p></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-concatenate-string-in-laravel-controller/">How to concatenate string in Laravel controller</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-concatenate-string-in-laravel-controller/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create auto increment id existing table and store in other table in Laravel</title>
		<link>https://www.aiuniverse.xyz/how-to-create-auto-increment-id-existing-table-and-store-in-other-table-in-laravel/</link>
					<comments>https://www.aiuniverse.xyz/how-to-create-auto-increment-id-existing-table-and-store-in-other-table-in-laravel/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Wed, 18 Aug 2021 13:06:49 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[playstore]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15406</guid>

					<description><![CDATA[<p>First let’s go to your Laravel project And add your Controller function and Store function $Trip->tour_id = $tour_id;</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-create-auto-increment-id-existing-table-and-store-in-other-table-in-laravel/">How to create auto increment id existing table and store in other table in Laravel</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="515" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/auto-creatment-1-1024x515.jpg" alt="" class="wp-image-15409" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/auto-creatment-1-1024x515.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/auto-creatment-1-300x151.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/auto-creatment-1-768x387.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/auto-creatment-1.jpg 1355w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading"><strong>First let’s go to your Laravel project</strong> And add your Controller function and Store function</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="623" height="220" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/conto.jpg" alt="" class="wp-image-15410" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/conto.jpg 623w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/conto-300x106.jpg 300w" sizes="auto, (max-width: 623px) 100vw, 623px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="375" height="71" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/store-function-.jpg" alt="" class="wp-image-15411" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/store-function-.jpg 375w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/store-function--300x57.jpg 300w" sizes="auto, (max-width: 375px) 100vw, 375px" /></figure>



<script src="https://gist.github.com/dharmu9898/5b30cd8c93aa5bbeac7cf5a45c6f0ebc.js"></script>



 $Trip->tour_id = $tour_id;
<p>The post <a href="https://www.aiuniverse.xyz/how-to-create-auto-increment-id-existing-table-and-store-in-other-table-in-laravel/">How to create auto increment id existing table and store in other table in Laravel</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-create-auto-increment-id-existing-table-and-store-in-other-table-in-laravel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to get data other project a table with modal source</title>
		<link>https://www.aiuniverse.xyz/how-to-get-data-other-project-a-table-with-modal-source/</link>
					<comments>https://www.aiuniverse.xyz/how-to-get-data-other-project-a-table-with-modal-source/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Fri, 13 Aug 2021 13:13:40 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Microservice]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15338</guid>

					<description><![CDATA[<p>First let’s go to your Laravel project And create new modal Settings And go to your Laravel project and your controller use app use App\Settings; And go <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-get-data-other-project-a-table-with-modal-source/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-get-data-other-project-a-table-with-modal-source/">How to get data other project a table with modal source</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="349" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/other-mysql-1024x349.jpg" alt="" class="wp-image-15341" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/other-mysql-1024x349.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/other-mysql-300x102.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/other-mysql-768x262.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/other-mysql.jpg 1348w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading"><strong>First let’s go to your Laravel project</strong> And create new modal Settings</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="781" height="311" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/other-microservice-1.jpg" alt="" class="wp-image-15342" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/other-microservice-1.jpg 781w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/other-microservice-1-300x119.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/other-microservice-1-768x306.jpg 768w" sizes="auto, (max-width: 781px) 100vw, 781px" /></figure>



<script src="https://gist.github.com/dharmu9898/2fab38edd8ede22152179638c409ef60.js"></script>



<h3 class="wp-block-heading"><strong>And go to your Laravel project</strong> and your controller use app</h3>



use App\Settings;



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="588" height="522" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/use-app.jpg" alt="" class="wp-image-15345" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/use-app.jpg 588w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/use-app-300x266.jpg 300w" sizes="auto, (max-width: 588px) 100vw, 588px" /></figure>



<h3 class="wp-block-heading"><strong>And go to your Laravel project</strong> and your controller function and defied your data other table</h3>



<script src="https://gist.github.com/dharmu9898/0465037229923227ec98a83ebf60a112.js"></script>



<h3 class="wp-block-heading"><strong>And go to your Laravel project</strong> and your controller function and return view</h3>



 return view(&#8216;alltrip&#8217;, compact(&#8216;gallery&#8217;,&#8217;foo&#8217;,&#8217;foot&#8217;,&#8217;foote&#8217;,&#8217;footer&#8217;,&#8217;footers&#8217;))->render();
                }



<h3 class="wp-block-heading"><strong>And go to </strong> your blade file view page them your data</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="932" height="528" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/view.jpg" alt="" class="wp-image-15351" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/view.jpg 932w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/view-300x170.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/view-768x435.jpg 768w" sizes="auto, (max-width: 932px) 100vw, 932px" /></figure>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-get-data-other-project-a-table-with-modal-source/">How to get data other project a table with modal source</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-get-data-other-project-a-table-with-modal-source/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to remove html tag in API data using Laravel</title>
		<link>https://www.aiuniverse.xyz/how-to-remove-html-tag-in-api-data-using-laravel/</link>
					<comments>https://www.aiuniverse.xyz/how-to-remove-html-tag-in-api-data-using-laravel/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Mon, 09 Aug 2021 13:03:08 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[respomsive]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15308</guid>

					<description><![CDATA[<p>First let’s go to your Laravel project Your Controller Function and this code add Now is your Result html tag remove Refresh for this link => https://stackoverflow.com/questions/36247382/remove-html-tags-from-strings-on-laravel-blade/36247458</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-remove-html-tag-in-api-data-using-laravel/">How to remove html tag in API data using Laravel</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="424" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/remove-tag-1024x424.jpg" alt="" class="wp-image-15312" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/remove-tag-1024x424.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/remove-tag-300x124.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/remove-tag-768x318.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/remove-tag.jpg 1349w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading"><strong>First let’s go to your Laravel project</strong> Your Controller Function and this code add</h3>



<script src="https://gist.github.com/dharmu9898/0fcdf994a3ffb573870d6fa9a5c0aa63.js"></script>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="968" height="241" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/api.jpg" alt="" class="wp-image-15320" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/api.jpg 968w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/api-300x75.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/api-768x191.jpg 768w" sizes="auto, (max-width: 968px) 100vw, 968px" /></figure>



<h3 class="wp-block-heading">Now is your Result html tag remove</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="415" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/result-1024x415.jpg" alt="" class="wp-image-15321" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/result-1024x415.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/result-300x122.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/result-768x311.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/result.jpg 1364w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading">Refresh for this link => <a href="https://stackoverflow.com/questions/36247382/remove-html-tags-from-strings-on-laravel-blade/36247458">https://stackoverflow.com/questions/36247382/remove-html-tags-from-strings-on-laravel-blade/36247458</a></h3>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-remove-html-tag-in-api-data-using-laravel/">How to remove html tag in API data using Laravel</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-remove-html-tag-in-api-data-using-laravel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to YouTube video URL embed</title>
		<link>https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/</link>
					<comments>https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Tue, 03 Aug 2021 13:22:15 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<category><![CDATA[blade]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15236</guid>

					<description><![CDATA[<p>First let’s go to your laravel project and your blade file Next add below code in your blade file Next add below code in your Controller and <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/">How to YouTube video URL embed</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>First let’s go to your laravel project</strong> <strong>and your blade file </strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="792" height="537" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/your.jpg" alt="" class="wp-image-15240" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/your.jpg 792w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/your-300x203.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/your-768x521.jpg 768w" sizes="auto, (max-width: 792px) 100vw, 792px" /></figure>



<h3 class="wp-block-heading"><strong>Next add below code in  your blade file</strong></h3>



<script src="https://gist.github.com/dharmu9898/60a761359b2efeda6aca9a074cdbde8c.js"></script>



<p><strong>Next add below code in your Controller and your store function file</strong></p>



<script src="https://gist.github.com/dharmu9898/ff7a7724ba5658c6db9563b502ef512d.js"></script>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="574" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed-1024x574.jpg" alt="" class="wp-image-15246" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed-1024x574.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed-300x168.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed-768x431.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/08/embed.jpg 1040w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/">How to YouTube video URL embed</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-youtube-video-url-embed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to input box the first letter to search all pages in Laravel PHP Framework</title>
		<link>https://www.aiuniverse.xyz/how-to-input-box-the-first-letter-to-search-all-pages-in-laravel-php-framework/</link>
					<comments>https://www.aiuniverse.xyz/how-to-input-box-the-first-letter-to-search-all-pages-in-laravel-php-framework/#respond</comments>
		
		<dc:creator><![CDATA[dharmendra]]></dc:creator>
		<pubDate>Thu, 22 Jul 2021 13:11:03 +0000</pubDate>
				<category><![CDATA[laravel]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[input box]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[search bar]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=15118</guid>

					<description><![CDATA[<p>Step 1: This is the Search Code This is Input the latter Search box View Step 2: Got to Route, Web.php Step 3: Go to the Controller <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-input-box-the-first-letter-to-search-all-pages-in-laravel-php-framework/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-input-box-the-first-letter-to-search-all-pages-in-laravel-php-framework/">How to input box the first letter to search all pages in Laravel PHP Framework</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">Step 1: This is the Search Code</h3>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="968" height="410" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/code-discrib.jpg" alt="" class="wp-image-15122" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/code-discrib.jpg 968w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/code-discrib-300x127.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/code-discrib-768x325.jpg 768w" sizes="auto, (max-width: 968px) 100vw, 968px" /></figure>



<script src="https://gist.github.com/dharmu9898/14278f033f427a15503fc109d9503699.js"></script>



<p></p>



<h4 class="wp-block-heading">This is  Input the latter Search box View</h4>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="339" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/input-the-latter--1024x339.jpg" alt="" class="wp-image-15119" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/input-the-latter--1024x339.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/input-the-latter--300x99.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/input-the-latter--768x254.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/input-the-latter-.jpg 1358w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading">Step 2: Got to Route,  Web.php</h3>



<script src="https://gist.github.com/dharmu9898/bb14e7d0d9fa620b2b59a3954a57263d.js"></script>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="585" height="83" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture.jpg" alt="" class="wp-image-15125" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture.jpg 585w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-300x43.jpg 300w" sizes="auto, (max-width: 585px) 100vw, 585px" /></figure>



<h3 class="wp-block-heading">Step 3: Go to the Controller Function</h3>



<script src="https://gist.github.com/dharmu9898/7ab2ad9e8cb9c872a2ae012927b556b5.js"></script>



<p><strong>Enter the input Box and click the search Trip</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="332" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-1-1024x332.jpg" alt="" class="wp-image-15130" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-1-1024x332.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-1-300x97.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-1-768x249.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/Capture-1.jpg 1359w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Then Click india and view the page </p>



<h2 class="wp-block-heading"></h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="450" src="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sdjjhush-1024x450.jpg" alt="" class="wp-image-15133" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sdjjhush-1024x450.jpg 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sdjjhush-300x132.jpg 300w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sdjjhush-768x338.jpg 768w, https://www.aiuniverse.xyz/wp-content/uploads/2021/07/sdjjhush.jpg 1353w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-input-box-the-first-letter-to-search-all-pages-in-laravel-php-framework/">How to input box the first letter to search all pages in Laravel PHP Framework</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-input-box-the-first-letter-to-search-all-pages-in-laravel-php-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
