A PHP Development Framework
This version uses more features of PHP than the previous versions, so as to provide examplars of how they can be used as the Framework is used in a module teaching serverside development.
http://catless.ncl.ac.uk/framework/ has details of installation and usage
To use Vagrant for The Framework, you can do so with the following commands:
vagrant up
vagrant ssh
The default MySQL root password is root, you should change this. Remember this for when you are setting up The Framework.
The Vagrant VM is ready for use at http://192.168.33.10/ of your local machine.