Skip to content

zain-saqer/blog

Repository files navigation

Micro-blog

Running local server:

The easiest way to start a local server is to use symfony binary.

  • $composer install
  • $php bin/console doctrine:database:create
  • $php bin/console doctrine:schema:create
  • $symfony server:start

Running tests:

  • $composer install
  • $php bin/console --env=test doctrine:database:create
  • $php bin/console --env=test doctrine:schema:create
  • $./vendor/bin/phpunit tests

About

Simple microblog site developed using PHP7 and Symfony 5

Resources

Stars

Watchers

Forks