Skip to content

maxime-pasquier/fresh-symfony

Repository files navigation

Fresh Symfony 3.4 LTS

Build Status

Provides a Fresh Symfony to start your application quickly.

The application is based on the 3.4 LTS version (end of support: November 2021), according to the Symfony Roadmap.

You can also find other available releases of the application:

Getting started

1. Download or clone the latest stable release [tar.gz] inherited from Symfony 3.4.

2. Then, run the following commands:

./phing.sh composer.install
./phing.sh symfony.install-assets-symlink

3. Finally, configure your project.

That's it!

Executing Unit tests

The application embeds the PHPUnit testing framework on the development environment.

Follow the Symfony documentation to create your unit test or copy/paste one of the samples into your bundle at tests/<Project>/<Bundle>/.

To run the unit tests:

./phing.sh phpunit.run