Symfony 4.1 Jobeet Tutorial

Vlad Gregurco
2 min readJul 21, 2018

--

Jobeet is a great tutorial on how to build a fully functional job board website. It was written by the Symfony team for Symfony 1.x version and I want to adapt it for Symfony 4.1.

I reorganized a little bit original content: removed some themes and added another ones. The list of days is next:

Jobeet Day 1: Starting up the Project

Jobeet Day 2: The Project

Jobeet Day 3: The Data Model

Jobeet Day 4: The Controller and the View

Jobeet Day 5: The Routing

Jobeet Day 6: More with the Entity

Jobeet Day 7: Playing with the Category Page

Jobeet Day 8: The Forms

Jobeet Day 9: Console Commands

Jobeet Day 10: The Admin

Jobeet Day 11: The User

Jobeet Day 12: The Mailer

Jobeet Day 13: Translations

Jobeet Day 14: API

Jobeet Day 15: The Unit Tests

Jobeet Day 16: The Functional Tests

Jobeet Day 17: The Cache

Jobeet Day 18: The Deployment

The work is still in progress, but most of the days have already been published.

See the tutorial here: https://jobeet-tutorial.rtfd.io

or on GitHub: https://github.com/gregurco/jobeet-tutorial

Feel free to write a feedback, star our repository on GitHub and we are opened for contributions!

I want to thank everyone who already contributed: https://github.com/gregurco/jobeet-tutorial/graphs/contributors and https://github.com/gregurco/jobeet/graphs/contributors

--

--