<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tbpindustries.com/index.php?action=history&amp;feed=atom&amp;title=Laravel</id>
	<title>Laravel - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tbpindustries.com/index.php?action=history&amp;feed=atom&amp;title=Laravel"/>
	<link rel="alternate" type="text/html" href="https://wiki.tbpindustries.com/index.php?title=Laravel&amp;action=history"/>
	<updated>2026-05-13T21:03:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.tbpindustries.com/index.php?title=Laravel&amp;diff=141&amp;oldid=prev</id>
		<title>Goldbolt: Created page with &quot;Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tbpindustries.com/index.php?title=Laravel&amp;diff=141&amp;oldid=prev"/>
		<updated>2019-08-01T14:08:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony. Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance, and its orientation toward syntactic sugar.&lt;br /&gt;
&lt;br /&gt;
The source code of Laravel is hosted on GitHub and licensed under the terms of MIT License.&lt;br /&gt;
&lt;br /&gt;
=Laravel and Apache=&lt;br /&gt;
Laravel needs this within the .htaccess in order to function properly:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;br /&gt;
        &amp;lt;IfModule mod_negotiation.c&amp;gt;&lt;br /&gt;
            Options -MultiViews&lt;br /&gt;
        &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
        RewriteEngine On&lt;br /&gt;
        RewriteBase /&lt;br /&gt;
        RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;
        RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
        RewriteRule ^ index.php [L]&lt;br /&gt;
    &amp;lt;/IfModule&amp;gt;&lt;/div&gt;</summary>
		<author><name>Goldbolt</name></author>
		
	</entry>
</feed>