Jobeet is a great tutorial wrote by the Symfony team to help you learn how to use the framework by building a fully functional job board website. It was wrote for Symfony 1.x version and I want to adapt it for Symfony 4.0.
In the following weeks I will begin to post the parts of making the Jobeet website using Symfony 4.0, so it will help beginners to learn and understand how the framework works. I will try to follow the original Jobeet tutorial, but I will also make some changes to include new technologies and to reflect my personal developing style.
Please be free to make any observations and improvements you consider important by commenting on the posts that will follow.
Jobeet Day 1: Starting up the Project
Jobeet Day 4: The Controller and the View
Jobeet Day 6: More with the Entity
Jobeet Day 7: Playing with the Category Page
Jobeet Day 9: Console Commands
Jobeet Day 10: Translations
Jobeet Day 11: API
Jobeet Day 12: The Unit Tests
Jobeet Day 13: The Functional Tests
Jobeet Day 14: The Admin Bundle
Jobeet Day 15: Security