Sulu CMS: a CMS for the next generation. Based on the newest Symfony with all the bells and whistles, it takes a bit of getting used to. Allow me to help!
Tag: vagrant
Zack Wallace goes through how to set up Vagrant, the popular virtual machine software, on a Windows machine.
Scott Molinari takes a look at Packer and analyzes its viability for the typical PHP developer of today - find out whether or not it's worth learning about!
A tutorial on how to configure a local Satis instance for offline composer access on conferences or as packagist backups for companies - even on VMs!
In this tutorial, we go through some effective performance hacks for developing Symfony apps on Vagrant virtual machines
Matt Geri explores the various modern development tools that can help take the headache and repetitiveness out of building WordPress sites on your computer.
Parham dives into Vagga - a lightweight alternative to Docker useful for containerized development environments - and builds a PHP environment!
Docker Explained! Younes goes through the process of building a sample Laravel + MySQL app powered by two docker containers - check it out!
Bruno implements WP-API and OAuth into a WordPress installation, allowing other outside apps to hook into WP and use API calls to make posts!
Bruno Skvorc reintroduces Vagrant driven development in a post that covers the theory behind it - the what, the why, and the how.
Tired of setting up new virtual hosts for every new project? Make your server of choice do it automatically. Bruno Skvorc shows you how.
Aldo Ziflaj lists five easy-to-use alternatives for your Vagrant needs. Get started using VMs for your PHP development TODAY!
A guide to using PHPbrew and VirtPHP to achieve perfectly fast virtual environments for development and testing on multiple PHP versions
StackEdit has reached a new milestone version - 4.0. See what's new, how to run it locally, and how to enable multiple instances!
The grand finale is here: Aleksander Koko finishes his series by binding the EmberJS side with Laravel into one whole Single Page App.
Alexander Koko continues his series by explaining how you can build REST resources with Laravel and its command line tool, artisan.
This post will show you how to install custom PHP extensions into Zend Server 7. The tutorial focuses on Phalcon, but applies to all extensions.
In this post, we'll take a look at Zend Server 7 - what it brings to the table, what it impresses with, and where it falls short.
George Fekete walks through a Vagrantfile construction from scratch, explaining every step of the way until you get a fully provisioned Ubuntu box
George Fekete guides you through the process of manually building, configuring and hosting a Vagrant base box, so you can share it with the world.
Is it possible to get eZ Publish up and running in a Vagrant box hosted on Windows? Let's find out.
Here's how you get XDebug to work though PHPStorm across a Vagrant layer all the way to your PHP app. Don't let virtual machines impede your debugging!
Get a Homestead VM up and running in under a couple of minutes on any platform
Stress-test your app with ApacheBench - a tool designed to nuke your application with as many requests as you tell it to - see how strong your server is.
Heard of Laravel Homestead? It's Laravel's official local development environment based on Vagrant, configured by Taylor Otwell. See why you should use it.
An introduction to creating a client-server dart app: setting up the environment, making sure we have the latest SDK, and going over some Dart basics.