Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 628 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 628 Bytes

Silex and Redbean Intro

Here is a quick intro to Silex and RedBean. I never used RedBean with Silex before so this is an interesting attempt :)

Follow along on YouTube: http://youtu.be/uDCmL-5UZrM

Prerequisites

You'll need these to follow along.

  • php
  • php-sqlite
  • sqlite
  • composer
  • Postman (or an API tester)
  • Your favorite IDE/text editor

Resources:

Notes

  • Use php -S localhost:8000 from your directory to start PHP's built in web server
  • sqlite must be installed on your machine