/laravel-eloquent-guide

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

Primary LanguagePHP

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