cviebrock / laravel-101-slides

Laravel 101 presentation for the Winnipeg PHP Meetup group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 101 Slides

These are the slides I used for my "Laravel 101" presentation at the Winnipeg PHP Meetup on March 26, 2014.

The slideshow framework is reveal.js: a framework for easily creating beautiful presentations using HTML. Check out the live demo or fork it.

Viewing the slides

If you just want to see the slides, you can download the PDF.

To install reveal.js and run the slideshow locally, you'll need to do the following:

  1. Install Node.js

  2. Install Grunt

  3. Clone or download this repo

$ git clone https://github.com/cviebrock/laravel-101-slides.git
  1. Navigate to the slide folder
$ cd laravel-101-slides
  1. Install dependencies
$ npm install
  1. Serve the presentation
$ grunt connect
  1. Open http://localhost:8888 to view the presentation

You can change the port by using grunt connect --port 8001.

Thanks

Thanks to Skullspace for hosting the meetup and to Tipping Canoe for support and pizza!

License

MIT licensed Copyright (c) 2014 Colin Viebrock, http://viebrock.ca

Background images used in the presentation were collected from the internet and are copyright their respective owners. Submit an issue if you are the original owner and would like it removed.

Reveal.js is copyright (C) 2013 Hakim El Hattab, http://hakim.se

About

Laravel 101 presentation for the Winnipeg PHP Meetup group

License:MIT License


Languages

Language:JavaScript 63.0%Language:CSS 37.0%