https://github.com/cgsmith/silex-redbean-intro
Introductory to Silex and RedBean
https://github.com/cgsmith/silex-redbean-intro
Last synced: over 1 year ago
JSON representation
Introductory to Silex and RedBean
- Host: GitHub
- URL: https://github.com/cgsmith/silex-redbean-intro
- Owner: cgsmith
- Created: 2015-08-11T00:27:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T00:29:58.000Z (almost 11 years ago)
- Last Synced: 2025-03-28T19:07:31.434Z (over 1 year ago)
- Language: PHP
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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:
- http://silex.sensiolabs.org/
- http://www.redbeanphp.com/
- https://www.sqlite.org/
- http://getpostman.com/
### Notes
- Use `php -S localhost:8000` from your directory to start PHP's built in web server
- `sqlite` must be installed on your machine