Skip to content

Instantly share code, notes, and snippets.

@michalsen
Last active November 10, 2016 14:00
Show Gist options
  • Save michalsen/68ccaaaef14696197145b3bb7837fc24 to your computer and use it in GitHub Desktop.
Save michalsen/68ccaaaef14696197145b3bb7837fc24 to your computer and use it in GitHub Desktop.
## Slim PHP
http://www.slimframework.com/
## Install Vagrant Server
https://box.scotch.io/
sudo vim /etc/apache2/sites-available/000-default.conf
# change DocumentRoot to your http home directory
DocumentRoot /var/www/public/[YOUR_PROJECT_DIR]/public
sudo service apache2 restart
# from inside the /var/www/public/[YOUR_PROJECT_DIR]/ directory
composer require slim/slim
composer require slim/twig-view
composer require twbs/bootstrap
composer require gabordemooij/redbean
# You now are ready to begin building your first site!
# Follow along at:
https://www.youtube.com/watch?v=RhcQXFeor9g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment