<?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 - Orange Internet Solutions</title>
	<atom:link href="https://orangeinternetsolutions.com/tag/laravel/feed/" rel="self" type="application/rss+xml" />
	<link>https://orangeinternetsolutions.com/tag/laravel/</link>
	<description>All You Need for Your Online Business</description>
	<lastBuildDate>Sun, 20 Oct 2013 17:31:24 +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>

<image>
	<url>https://orangeinternetsolutions.com/wp-content/uploads/2017/10/orange-favicon-1-75x75.png</url>
	<title>Laravel Archives - Orange Internet Solutions</title>
	<link>https://orangeinternetsolutions.com/tag/laravel/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Laravel Update 4.0.8 released</title>
		<link>https://orangeinternetsolutions.com/security-updates/laravel-update-4-0-8-released/</link>
		
		<dc:creator><![CDATA[Orange]]></dc:creator>
		<pubDate>Sun, 20 Oct 2013 17:31:24 +0000</pubDate>
				<category><![CDATA[Security & Updates]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Softaculous]]></category>
		<guid isPermaLink="false">http://miamihoster.com/laravel-update-4-0-8-released</guid>

					<description><![CDATA[<p>Laravel 4.0.8 fix issues that have been found in the last version.  Laravel is a clean and classy framework for PHP web development. Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that you enjoy, not something that is painful. Enjoy the fresh [&#8230;]</p>
<p>The post <a href="https://orangeinternetsolutions.com/security-updates/laravel-update-4-0-8-released/">Laravel Update 4.0.8 released</a> appeared first on <a href="https://orangeinternetsolutions.com">Orange Internet Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote>
<h4 style="text-align: center;"><em>Laravel 4.0.8 fix issues that have been found in the last version. </em></h4>
</blockquote>
<p><img loading="lazy" decoding="async" class="alignleft size-full wp-image-4857" alt="Laravel logo - Miami Hoster domains, hosting and websites" src="http://miamihoster.com/wp-content/uploads/2013/10/laravel-logo.gif" width="100" height="100" />Laravel is a clean and classy framework for PHP web development. Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax.</p>
<p>Development should be a creative experience that you enjoy, not something that is painful. Enjoy the fresh air.</p>
<p>&nbsp;</p>
<h2>Changes Details</h2>
<div id="LC22">
<ul>
<li>Added implode method to query builder and Collection class.</li>
<li><span style="font-size: 13px;">Fixed bug that caused Model-&gt;push method to fail.</span></li>
<li><span style="font-size: 13px;">Make session cookie HttpOnly by default.</span></li>
<li><span style="font-size: 13px;">Added mail.pretend configuration option.</span></li>
<li><span style="font-size: 13px;">Query elapsed time is now reported as float instead of string.</span></li>
<li><span style="font-size: 13px;">Added Model::query method for generating an empty query builder.</span></li>
<li><span style="font-size: 13px;">The @yield Blade directive now accepts a default value as the second argument.</span></li>
<li><span style="font-size: 13px;">Fixed bug causing null to be passed to auth.logout event.</span></li>
<li><span style="font-size: 13px;">Added polyfill for array_column forward compatibility.</span></li>
<li><span style="font-size: 13px;">Passing NULL to validator exists rule as extra condition will do where null check.</span></li>
<li><span style="font-size: 13px;">Auth::extend Closures should only return UserProviderInterface implementations.</span></li>
<li><span style="font-size: 13px;">Make it easier to extend the Request class.</span></li>
<li><span style="font-size: 13px;">Transparent support for APCu cache via &#8216;apc&#8217; driver.</span></li>
<li><span style="font-size: 13px;">Add morphs short-cut for adding polymorphic schema columns.</span></li>
<li><span style="font-size: 13px;">Namespaces are now excluded from guessed model names.</span></li>
<li><span style="font-size: 13px;">Added new &#8211;command option to command:make Artisan command.</span></li>
<li><span style="font-size: 13px;">Added mediumText and longText to schema builder.</span></li>
<li><span style="font-size: 13px;">Added support for macros on the Response class.</span></li>
<li><span style="font-size: 13px;">Added support for view creators in addition to composers.</span></li>
<li><span style="font-size: 13px;">Allow App::down to be bypassed if the event returns null.</span></li>
<li><span style="font-size: 13px;">Added Request::format function to get human-readable expected Response format.</span></li>
<li><span style="font-size: 13px;">Allow array sizes to be checked by validator.</span></li>
<li><span style="font-size: 13px;">Added support for where conditions on unique validation rule.</span></li>
<li><span style="font-size: 13px;">Restore method on Eloquent models now fires restoring and restored events.</span></li>
<li><span style="font-size: 13px;">Fixed re-population of radio buttons and checkboxes in FormBuilder.</span></li>
<li><span style="font-size: 13px;">Postgres ENUMs are now more truly implemented using &#8216;check&#8217; constraints.</span></li>
<li><span style="font-size: 13px;">Added selectMonth and selectYear to FormBuilder.</span></li>
<li><span style="font-size: 13px;">Fix container resolution of default values for non-scalar dependencies.</span></li>
<li><span style="font-size: 13px;">Allow optional path to be specified with calling _path helpers.</span></li>
<li><span style="font-size: 13px;">Emulate nested transactions in the database connection layer.</span></li>
<li><span style="font-size: 13px;">Added new appends property to Eloquent for adding to arrays and JSON.</span></li>
<li><span style="font-size: 13px;">Allow connection to be configurable when using Redis based sessions.</span></li>
<li><span style="font-size: 13px;">Allow passing DateTime objects to Queue::later.</span></li>
<li><span style="font-size: 13px;">Added Queue::bulk method for pushing several jobs out at once.</span></li>
<li><span style="font-size: 13px;">Added &#8216;dates&#8217; property to Eloquent model for convenient setting of date columns.</span></li>
<li><span style="font-size: 13px;">Added &#8216;chunk&#8217; method to query builder and Eloquent for doing work on large result sets.</span></li>
<li><span style="font-size: 13px;">Facades are now mockable without an application root.</span></li>
<li><span style="font-size: 13px;">Data may now be dynamically bound to views via magic methods.</span></li>
<li><span style="font-size: 13px;">Added support for XCache cache driver.</span></li>
<li><span style="font-size: 13px;">Added &#8216;env&#8217; command to get current environment.</span></li>
<li><span style="font-size: 13px;">Added new &#8211;path and &#8211;name options to &#8216;routes&#8217; Artisan command.</span></li>
<li><span style="font-size: 13px;">Implement JSONable and Arrayable interfaces on Paginator.</span></li>
<li><span style="font-size: 13px;">Foreign characters now supported in validation &#8216;alpha&#8217; rules.</span></li>
<li><span style="font-size: 13px;">Added &#8216;prepend&#8217; method to Filesystem.</span></li>
<li><span style="font-size: 13px;">Added &#8216;reduce&#8217; collection to Collection, and &#8216;min&#8217; and &#8216;max&#8217; to Eloquent Collection.</span></li>
<li><span style="font-size: 13px;">Added &#8216;firstOrCreate&#8217; and &#8216;firstOrNew&#8217; methods to Eloquent model.</span></li>
<li><span style="font-size: 13px;">Added Redirect::away method to always redirect to external URL with no validation.</span></li>
<li><span style="font-size: 13px;">Added &#8216;double&#8217; method to Schema builder.</span></li>
<li><span style="font-size: 13px;">Pass keys to &#8216;map&#8217; method on Collection.</span></li>
<li><span style="font-size: 13px;">Added &#8216;orderByRaw&#8217; method to query builder.</span></li>
<li><span style="font-size: 13px;">Added &#8211;bench option to controller:make Artisan command.</span></li>
<li><span style="font-size: 13px;">Moved newPivot method into model for custom Pivot model instances.</span></li>
<li><span style="font-size: 13px;">Added &#8216;shared&#8217; method to View to pull a single shared item out.</span></li>
<li><span style="font-size: 13px;">Added assertHasOldInput test assertion.</span></li>
<li><span style="font-size: 13px;">Added slick new &#8216;sometimes&#8217; method to Validator for conditionally adding rules.</span></li>
<li><span style="font-size: 13px;">Added new &#8216;&#8211;sleep&#8217; option to queue:listen command to control time between jobs.</span></li>
</ul>
</div>
<p><!-- ------------------------------------------- MORE INFO &amp; RELATED POSTS START -------------------------------------------- --><br />
[otw_is sidebar=otw-sidebar-8]</p>
<table width="100%">
<tbody>
<tr>
<td valign="top" width="50%">
<h2>More Information</h2>
<ul>
<li><strong>Try Online Demo</strong>:<br />
<a title="Laravel Demo - Softaculous external link" href="http://www.softaculous.com/demos/Laravel" target="_blank" rel="noopener noreferrer">Laravel Live Demo<br />
</a>(Softaculous<em> &#8211; External Link</em>)<br />
<a title="Laravel changelog - Oficial website external link" href="https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/changes.json" target="_blank" rel="noopener noreferrer">Laravel Changelog<br />
</a>(<em>Official Website &#8211; External Link</em>)</li>
</ul>
<ul>
<li><strong>Start <strong>Laravel</strong></strong><br />
Run Laravel from your domain and hosting service.<br />
<a title="Register a domain to start Office Group" href="http://miamihoster.com/client_area/domainchecker.php">Register a Domain Name</a> if you don&#8217;t have one or choose one of our <a title="Web Hosting Comparison Chart" href="http://miamihoster.com/services/web-hosting-cloud-services/web-hosting-chart/">Hosting Plans</a> to install Laravel.</li>
</ul>
<ul>
<li><strong>Hosted <strong>Laravel</strong></strong><br />
<a title="Group Office stand alone" href="http://miamihoster.com/contact-us/"><strong>Contact us</strong></a> if you <strong>don&#8217;t need a domain or hosting service</strong>, but you want to use <strong>Laravel</strong> anyway.</li>
</ul>
</td>
<td valign="top" width="50%">[otw_is sidebar=otw-sidebar-7]</td>
</tr>
</tbody>
</table>
<div></div>
<p><!-- ------------------------------------------- MORE INFO &amp; RELATED POSTS END -------------------------------------------- --></p>
<p>The post <a href="https://orangeinternetsolutions.com/security-updates/laravel-update-4-0-8-released/">Laravel Update 4.0.8 released</a> appeared first on <a href="https://orangeinternetsolutions.com">Orange Internet Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
