Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Laravel 4 Workshop

Laravel 4 Workshop

You needed to be there... :)

Christopher Pitt

June 26, 2014
Tweet

More Decks by Christopher Pitt

Other Decks in Programming

Transcript

  1. About me ›❯ Developer for connectjoepublic.com, in South Africa
 ›❯

    I write PHP + Laravel books ›❯ I run rebuildinglaravel.com
  2. Before we begin... ›❯ This is open-ended
 ›❯ Tools and

    resources are more important than basics ›❯ Ask questions, here and on Twitter
  3. Laravel ›❯ Model View Controller
 ›❯ Folder structure is just

    a guideline (and is changing soon!) ›❯ Learning the basics is ok!
  4. A typical request... Request → Router → Controller → Model

    → View http://acme.com/blog /blog BlogController@index PostModel::all() {{ $post->title }}
  5. Learning more about PHP ›❯ Clean Code - Robert C.

    Martin
 ›❯ Grumpy testing books - Chris Hartjes ›❯ phptherightway.com