Symfony 2.8 Jobeet Tutorial

Dragos Holban
2 min readJun 29, 2017

--

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 2.8 (currently this is the long-term support version).

In the following weeks I will begin to post the parts of making the Jobeet website using Symfony 2.8, 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.

Symfony 2.8 Jobeet Day 1: Starting up the Project

Symfony 2.8 Jobeet Day 2: The Project

Symfony 2.8 Jobeet Day 3: The Data Model

Symfony 2.8 Jobeet Day 4: The Controller and the View

Symfony 2.8 Jobeet Day 5: The Routing

Symfony 2.8 Jobeet Day 6: More with the Model

Symfony 2.8 Jobeet Day 7: Playing with the Category Page

Symfony 2.8 Jobeet Day 8: The Unit Tests

Symfony 2.8 Jobeet Day 9: The Functional Tests

Symfony 2.8 Jobeet Day 10: the Forms

Symfony 2.8 Jobeet Day 11: Testing Your Forms

Symfony 2.8 Jobeet Day 12: The Admin Bundle

Symfony 2.8 Jobeet Day 13: Security

Symfony 2.8 Jobeet Day 14: Feeds

Symfony 2.8 Jobeet Day 15: Web Services

Symfony 2.8 Jobeet Day 16: Search

About the Author

Passionate about web & mobile development. Doing this at IntelligentBee for the last 5 years. If you are looking for custom web and mobile app development, please contact us here and let’s have a talk.

--

--