jobeet-tutorial icon indicating copy to clipboard operation
jobeet-tutorial copied to clipboard

📖 Symfony 4.2 Jobeet Tutorial

Results 4 jobeet-tutorial issues
Sort by recently updated
recently updated
newest added

In Day 3 when creating CategoryFixtures and JobFixtures classes it should be: use Doctrine\Persistence\ObjectManager; instead of: use Doctrine\Common\Persistence\ObjectManager; using Symfony 4.4.35

I look almost every day onto the Jobeet page for month now. I am wondering if the rest of the tutorials will be uploaded. Best regards Michael

as a beginner in I was confused as to how this worked and first few times the sudo chown didn't work until I added $ sign front of staff. It'd...

In the day 6, with SF 4, we could extend ServiceEntityRepository for the repositories as per the symfony [doc](https://symfony.com/doc/4.2/doctrine.html#querying-for-objects-the-repository) It allows you to use autowiring and thus less boiler plate....