A pre-configured Vagrant box for running Laravel 4 on Ubuntu 12.04 with PHP 5.5 and a full LAMP stack.
Laravel4-Vagrant is a pre-configured Vagrant box that sets up a complete LAMP stack environment for developing Laravel 4 applications. It bundles Ubuntu 12.04, PHP 5.5, Apache, MySQL, PostgreSQL, and caching services into a virtual machine, allowing developers to quickly spin up a consistent local development environment. The project automates provisioning using Puppet and includes tools like XDebug and phpMyAdmin.
Laravel 4 developers who want a standardized, reproducible local development environment without manually configuring servers. It's particularly useful for teams needing consistent setups across machines or developers working on legacy Laravel 4 projects.
It saves hours of manual configuration by providing a one-command setup for a production-like Laravel 4 environment. Unlike generic Vagrant boxes, it comes pre-optimized for Laravel with all necessary services and debugging tools included.
Run Laravel4 inside a Ubuntu 12.04 Vagrant Virtual Machine w/PHP 5.5
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Includes Apache, PHP 5.5, MySQL, PostgreSQL, and caching services like Redis and Memcached, all pre-configured for Laravel 4, reducing manual setup effort.
Running vagrant up automatically sets up the entire development environment with Laravel 4 and dependencies, saving hours of configuration time.
Comes with XDebug for debugging and phpMyAdmin for database management, enhancing developer productivity out of the box.
Port forwarding maps Apache to localhost:8888 and databases to specific ports, allowing seamless access from the host machine without SSH.
Based on Ubuntu 12.04 and PHP 5.5, which are outdated and may lack security patches or compatibility with modern libraries, posing maintenance risks.
As a full virtual machine, it consumes significant system resources, and enabling XDebug requires manual re-provisioning and can degrade performance.
Tailored exclusively for Laravel 4, making it difficult to adapt for other frameworks or newer PHP versions without extensive modifications to Puppet scripts.