Introductory Laravel 5.1

 Building a To-Do List App

Part 2

Vahid Azamtarrahian

August 25, 2015

Agenda

  • Introductory Concepts
  • Homestead
  • Migrations and Seeds
  • Models
  • Controllers
  • Routes
  • Blade Templates and Layouts
  • Views
  • Console (Tinker)

Project Files

https://github.com/azamtav/todo

git clone git@github.com:azamtav/todo.git

composer install

Laravel

  • First released in June 2011 (4 years ago)
  • Taylor Otwell is the main developer
  • MVC Framework written in PHP
  • Growing in popularity
  • Laravel 5.1 Long Term Support

Resources

Intro Laravel: Building a To-Do App

By vahidazam

Intro Laravel: Building a To-Do App

Building a To-Do App in Laravel 5.1

  • 613