Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
/ vagrant-php56 Public archive

Vagrant box with PHP 5.6 + Ioncube + XDebug

Notifications You must be signed in to change notification settings

cakebake/vagrant-php56

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-php56 by cakebake

Vagrant box php56.cakebake.dev with

  • PHP 5.6
  • Ioncube
  • XDebug (Because of usage with ioncube, start an xdebug session with xdebug_break(); function in your code)
  • Apache
  • Composer
  • MySQL (Root-User login with root:root)

Installation

  1. Download or Clone this repo
  2. Add a new hosts entry (on Linux to /etc/hosts) 192.168.33.99 cakebake.dev www.cakebake.dev php56.cakebake.dev www.php56.cakebake.dev
  3. Open your terminal, navigate to this folder and start vagrant with vagrant up
  4. Open your browser and go to http://localhost:8080 or http://php56.cakebake.dev

Usage

See vagrant documentation.

Configuration

Take a look at Vagrantfile and puphpet/config.yml to change vm definition. After changes reload your VM with vagrant reload --provision.

XDebug is predefined for best interaction with partial encrypted code with ioncube. You could change XDebug settings in puphpet/config.yml and reload your VM with vagrant reload --provision.

License

MIT

About

Vagrant box with PHP 5.6 + Ioncube + XDebug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages