- My attempt at exploring the PHP Symfony5 web development framework to create Restful web app.
- This is a demo PHP project for a Question & Answers blog.
- Users can post questions and give an answer to posted question.
More about symfony5 here
symfony5 Documentation
- To run this project, you need
- PHP 7.4 download link
- symfony pre-requisits (installation guide)
- an empty MySql database named 'demodb'
- open cmd, goto project directory
$ php bin/console make:migration
$ php bin/console doctrine:migrations:migrate
$ php bin/console doctrine:fixtures:load
$ symfony serve
Login details:
user01 email: abc@gmail.com
user01 password : abc
user02 email: cat@gmail.com
user02 password : abc