Guestbook app with Symfony 5.0.11 (In Progress)

Guestbook app made with Symfony 5.0.11

Setup

  • If you don't have Symfony CLI, just install it Symfony CLI

  • Install all composer dependencies by running in the root folder the following command in command prompt

composer install
  • Configure database connection in .env file in the root folder

  • Create database

symfony console database:create
  • Migrate database
symfony console doctrine:migrations:migrate

Stat dev server

To start the development server, run

symfony server:start

Goal

This is my first attempt to learn symfony and to create a symfony app by following the "Symfony 5 The Fast track" book by Fabien Potencier, available at Zlibrary

Author

👤 Hajanirina Ridjvan Randrianandraina