Skip to content

ha-tora/symfony_testapp

Repository files navigation

symfony_testapp

Installation

# install packages
$ composer install

# up a docker container
$ docker-compose up -d

# run migrations
$ php bin/console doctrine:migrations:migrate

Start

# run fixtures for testing data
$ php bin/console doctrine:fixtures:load --group=test

# start local server
$ symfony serve -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published