<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://stopstogo.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://stopstogo.com/dokuwiki/feed.php">
        <title>Dan's Wiki laravel</title>
        <description></description>
        <link>http://stopstogo.com/dokuwiki/</link>
        <image rdf:resource="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-04T14:11:27+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=laravel:eloquent&amp;rev=1482451579&amp;do=diff"/>
                <rdf:li rdf:resource="http://stopstogo.com/dokuwiki/doku.php?id=laravel:start&amp;rev=1482369727&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Dan's Wiki</title>
        <link>http://stopstogo.com/dokuwiki/</link>
        <url>http://stopstogo.com/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=laravel:eloquent&amp;rev=1482451579&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-12-23T00:06:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>laravel:eloquent</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=laravel:eloquent&amp;rev=1482451579&amp;do=diff</link>
        <description>(Laravel) Eloquent Notes

	*  More detail: &lt;https://laravel.com/api/5.3/Illuminate/Database/Eloquent/Model.html&gt;

Inserting New Row

To create a new record in the database, simply create a new model instance, set attributes on the model, then call the save method:


  $flight = new Flight;
  $flight-&gt;name = $request-&gt;name;
  $flight-&gt;save();</description>
    </item>
    <item rdf:about="http://stopstogo.com/dokuwiki/doku.php?id=laravel:start&amp;rev=1482369727&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-12-22T01:22:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>laravel:start</title>
        <link>http://stopstogo.com/dokuwiki/doku.php?id=laravel:start&amp;rev=1482369727&amp;do=diff</link>
        <description>Laravel Notes

5/30/2016 Deciding to move to Laravel, partially at Michanel Hanes recommendation, also because I read that CakePhp is now old and not being supported much.

	*  &lt;https://laravel.com&gt;
	*  &lt;http://dancoivan/laravelcheatsheet/&gt; (Local copy of Laravel 5.1 Cheat Sheet app)
	*  Eloquent Database Interaction Notes

Installed Laravel</description>
    </item>
</rdf:RDF>
