Download the PHP package hilenium/homestead-symfony2 without Composer
On this page you can find all versions of the php package hilenium/homestead-symfony2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hilenium/homestead-symfony2
More information about hilenium/homestead-symfony2
Files in hilenium/homestead-symfony2
Package homestead-symfony2
Short Description Homestead vagrant virtual box customization for Symfony2 applications. Ubuntu 14.04, PHP5.6 with Intl.so, MySQL and Nginx. Apache2 is also installed.
License MIT
Informations about the package homestead-symfony2
Homestead Customization for Symfony2
This is a fork of the Laravel Homestead development environment customized for Symfony2 by Hilenium.
Specifications
- Ubuntu 14.04
- PHP 5.6
- MySQL
- Redis
- phpmyadmin
- Intl extension is pre-installed (required for symfony-icu)
- Imagick extension
- Nginx
- Apache2 pre-installed (but not configured out of the box)
- Memchached
- NFS Shared folder (by default)
Requirements
The Homestead requires Vagrant, Virtualbox to work.
phpmyadmin Credentials
Login at [http://phpmyadmin.app]
MySQL Credentials
Installation
Install Homestead-Symfony2 with composer
Usage
Initialization
To initialize a machine use the init option. This will install this Symfony2 box
Configuration
To configure your environment use the edit option.
Parameters
ip
The ip address of the Homestead machine to your system.
memory
The amount of RAM memory of the virtual machine.
cpus
The number of virtual CPU's of the virtual machine.
authorize
The SSL key to allow the communication between virtual and host machines.
folders
The folder mapping from your host machine (map) to be available on the virtual machine (to).
sites
The sites you want to configure on the virtual machine. The configuration will be executed where you run the homestead provision or homestead up --provision commands.
databases
The databases you want to automatically create on the virtual machine.
variables
The environment variables you want available on the virtual machine.
Set your SSL key
To allow the access over SSH you must set your SSL key.
Example
This is an example of the implementation of a Symfony2 application in the symfony.app url.
-
Associate the domain to the /etc/hosts file to the 192.168.10.10 IP address
- Edit the homestead to make the new application available for your host system
Commands
Initialize the structure
Edit the configuration
Start the machine
Stop the machine
Provision the configuration
Access te machine over SSH
Official documentation
The official Laravel local development environment.
Official documentation is located here.