johnadan / laravel-eloquent-guide

Code for the scotch.io tutorial: A Guide to Using Eloquent ORM in Laravel

Home Page:http://scotch.io/tutorials/php/a-guide-to-using-eloquent-orm-in-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Guide to Using Laravel Eloquent

View the scotch.io tutorial

Usage

  1. Install Laravel: composer install --prefer-dist
  2. Change your database settings in app/config/database.php
  3. Migrate your database: php artisan migrate
  4. Seed your database: php artisan db:seed
  5. View your app at: http://example.com/eloquent

About

Code for the scotch.io tutorial: A Guide to Using Eloquent ORM in Laravel

http://scotch.io/tutorials/php/a-guide-to-using-eloquent-orm-in-laravel


Languages

Language:PHP 87.9%Language:Hack 10.5%Language:HTML 1.7%