A list of amazingly awesome PHP libraries, resources and shiny things.
- Composer/Packagist - A package and dependency manager.
- Composer Installers - A multi framework Composer library installer.
A list of amazingly awesome PHP libraries, resources and shiny things.
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
if Vagrant.has_plugin?("vagrant-cachier") | |
config.cache.scope = :box | |
else | |
puts "_Info_: Plugin '''vagrant-cachier''' is not installed." |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
systems({ | |
"my-app": { | |
image: {"docker": "azukiapp/php-fpm"}, | |
provision: [ | |
// "composer install", | |
], | |
workdir: "/azk/#{manifest.dir}", | |
mounts: { | |
'/azk/#{manifest.dir}': path("."), | |
'/etc/nginx/sites-enabled/nginx_public.conf': path("./nginx_public.conf") |