Skip to content

mohammedbentiress/SymfonyTest

Repository files navigation

Blogger

Simple blog site built using php(symfony)/mysql, in scope of a symfony test.

Symfony Form

  • A simple form to add a comment into a blog

CONSOLE COMMAND

  • A symfony command to list registered blogs
  • Error handling
  • Respecting the lifecycle of a command

Commands to run when launching the project

  • To install the project, run the composer install command
  • To crate the database php bin/console doctrine:database:create
  • To create a migration php bin/console make:migration
  • To load migrations php bin/console doctrine:migrations:migrate
  • To load the fake data php bin/console doctrine:fixtures:load

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published