Skip to content

Provides a basic installation to get up and running with a Symfony4 application quickly

Notifications You must be signed in to change notification settings

Nikkoz/vagrant-symfony4

Repository files navigation

Vagrant environment for Symfony4

This project provides a virtual environment for Symfony4 development using Vagrant.

Usage

Installation is as easy as cloning a GitHub project:

$ cd your-project
$ git clone https://github.com/Nikkoz/vagrant-symfony4.git .

Or, if you're using Git already in your project, you can use it as a submodule:

$ cd your-project
$ git submodule add https://github.com/Nikkoz/vagrant-symfony4.git .

After the project is added, you can start the environment like this:

$ vagrant up

About

Provides a basic installation to get up and running with a Symfony4 application quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published