This is a simple web development blog
Here you will find articles about web development, programming, and other related topics.
Browse articlesLast 3 articles
-
Fix Symfony ManyToMany relationships when using the FormBuilder
14 Nov 2024It’s crucial to consider the relationships between your entities from the very beginning of your project. Failure to do so can result in substantial time wastage later on due to significant refactoring of your code base.
-
Log your users in with Google OAuth, API Platform and Vue.js
19 Apr 2024I recently started a new project using Symfony 7, API Platform, and Vue.js 3. I wanted to allow users to log in or register with their Google account. Here is how I did it.