<?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>Laravel Archives | TeQ Buddies Infosoft Pvt Ltd</title>
	<atom:link href="https://teqbuddies.com/category/laravel/feed/" rel="self" type="application/rss+xml" />
	<link>https://teqbuddies.com/category/laravel/</link>
	<description>Website Design and Development Company</description>
	<lastBuildDate>Fri, 28 Feb 2025 09:12:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://teqbuddies.com/wp-content/uploads/2023/01/fev-icon-150x150.png</url>
	<title>Laravel Archives | TeQ Buddies Infosoft Pvt Ltd</title>
	<link>https://teqbuddies.com/category/laravel/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Laravel 12 is Now Released</title>
		<link>https://teqbuddies.com/laravel-12-is-now-released/</link>
					<comments>https://teqbuddies.com/laravel-12-is-now-released/#respond</comments>
		
		<dc:creator><![CDATA[TeQ Buddies Infosoft Pvt Ltd]]></dc:creator>
		<pubDate>Tue, 25 Feb 2025 06:43:29 +0000</pubDate>
				<category><![CDATA[Laravel]]></category>
		<guid isPermaLink="false">https://teqbuddies.com/?p=2472</guid>

					<description><![CDATA[<p>Laravel 12 has officially been released, bringing a host of improvements that focus on maintenance, dependency updates, and brand-new starter kits for React, Vue, and Livewire. This release is designed to ensure that nearly all applications can upgrade seamlessly without needing to modify existing code. What’s New in Laravel 12? Focus on Maintenance and Upstream [&#8230;]</p>
<p>The post <a href="https://teqbuddies.com/laravel-12-is-now-released/">Laravel 12 is Now Released</a> appeared first on <a href="https://teqbuddies.com">TeQ Buddies Infosoft Pvt Ltd</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p data-start="122" data-end="426">Laravel 12 has officially been released, bringing a host of improvements that focus on maintenance, dependency updates, and brand-new starter kits for React, Vue, and Livewire. This release is designed to ensure that nearly all applications can upgrade seamlessly without needing to modify existing code.</p>
<hr data-start="428" data-end="431" />
<h3 data-start="433" data-end="461">What’s New in Laravel 12?</h3>
<p>Focus on Maintenance and Upstream Updates</p>
<p data-start="509" data-end="941">Laravel 12 is primarily a maintenance-focused release. By updating upstream dependencies and minimizing breaking changes, this version allows developers to enjoy a smoother transition while continuously shipping new features throughout the year. This strategy is part of Laravel&#8217;s ongoing commitment to delivering enhanced functionality with each yearly release, ensuring compatibility with the latest PHP versions and dependencies.</p>
<h3 data-start="943" data-end="975">Introducing New Starter Kits</h3>
<p data-start="976" data-end="1128">One of the standout features of Laravel 12 is the introduction of new starter kits tailored for React, Vue, and Livewire. These kits come equipped with:</p>
<ul data-start="1129" data-end="1429">
<li data-start="1129" data-end="1178"><strong data-start="1131" data-end="1152">Shadcn components</strong> for a polished, modern UI</li>
<li data-start="1179" data-end="1252"><strong data-start="1181" data-end="1207">Livewire stack options</strong>, including a free version of Flux components</li>
<li data-start="1253" data-end="1429"><strong data-start="1255" data-end="1282">WorkOS AuthKit variants</strong>, offering flexible authentication methods:
<ul data-start="1328" data-end="1429">
<li data-start="1328" data-end="1351">Social Authentication</li>
<li data-start="1354" data-end="1378">Passkey Authentication</li>
<li data-start="1381" data-end="1409">Email-based Authentication</li>
<li data-start="1412" data-end="1429">SSO with WorkOS</li>
</ul>
</li>
</ul>
<p data-start="1431" data-end="1559">For more details on how these starter kits can streamline your development process, be sure to check the official documentation.</p>
<h3 data-start="1561" data-end="1590">Continued PHP 8.2 Support</h3>
<p data-start="1591" data-end="1758">Laravel 12 continues to support PHP 8.2 as its minimum version, ensuring that your applications benefit from the latest performance improvements and security features.</p>
<hr data-start="1760" data-end="1763" />
<h3 data-start="1765" data-end="1799">Getting Started with Laravel 12</h3>
<h3 data-start="1801" data-end="1817">Installation</h3>
<p data-start="1818" data-end="2011">If you&#8217;re using Laravel Herd, simply update to the latest version to access the new installer. Alternatively, you can install Laravel 12 using the Laravel Installer with the following commands:</p>
<div class="contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950">
<div class="flex items-center text-token-text-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-[5px] h-9 bg-token-sidebar-surface-primary dark:bg-token-main-surface-secondary select-none">bash</div>
<div class="overflow-y-auto p-4" dir="ltr"><code class="!whitespace-pre language-bash">composer global require laravel/installer<br />
laravel new projectname<br />
</code></div>
</div>
<h3 data-start="2092" data-end="2123">Upgrading Existing Projects</h3>
<p data-start="2124" data-end="2336">For existing applications, upgrading to Laravel 12 is straightforward. Laravel Shift is a quick and efficient solution for this purpose, or you can follow the upgrade guide available in the Laravel documentation.</p>
<hr data-start="2338" data-end="2341" />
<h3 data-start="2343" data-end="2368">Laravel Support Policy</h3>
<p data-start="2370" data-end="2418">Laravel ensures robust support for its releases:</p>
<ul data-start="2419" data-end="2501">
<li data-start="2419" data-end="2458"><strong data-start="2421" data-end="2435">Bug Fixes:</strong> Provided for 18 months</li>
<li data-start="2459" data-end="2501"><strong data-start="2461" data-end="2480">Security Fixes:</strong> Provided for 2 years</li>
</ul>
<p data-start="2503" data-end="2550">Here’s a quick overview of the recent versions:</p>
<ul data-start="2551" data-end="2944">
<li data-start="2551" data-end="2674"><strong data-start="2553" data-end="2568">Laravel 10:</strong> Released February 14th, 2023 | Bug fixes until August 6th, 2024 | Security fixes until February 4th, 2025</li>
<li data-start="2675" data-end="2796"><strong data-start="2677" data-end="2692">Laravel 11:</strong> Released March 12th, 2024 | Bug fixes until September 3rd, 2025 | Security fixes until March 12th, 2026</li>
<li data-start="2797" data-end="2922"><strong data-start="2799" data-end="2814">Laravel 12:</strong> Released February 24th, 2025 | Bug fixes until August 13th, 2026 | Security fixes until February 24th, 2027</li>
<li data-start="2923" data-end="2944"><strong data-start="2925" data-end="2940">Laravel 13:</strong> TBD</li>
</ul>
<p>The post <a href="https://teqbuddies.com/laravel-12-is-now-released/">Laravel 12 is Now Released</a> appeared first on <a href="https://teqbuddies.com">TeQ Buddies Infosoft Pvt Ltd</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://teqbuddies.com/laravel-12-is-now-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
