Awesome
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:
$ git clone https://github.com/cviebrock/laravel-101-slides.git
- Navigate to the slide folder
$ cd laravel-101-slides
- Install dependencies
$ npm install
- Serve the presentation
$ grunt connect
- 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