An example for organizing code into different steps when asking Chat GPT to generate the code for a more or less complex development. The idea is that we can logically follow a development with its explanations and pause at each of the steps, requesting more information about it if necessary. The idea of using this […]
Etiqueta: symfony
Categorías
Symfony fundamentals notes
Tips and notes from https://symfonycasts.com/screencast/symfony
Requirements: Build with Symfony the needed entities that could represent the following database model: Films Title Publishing date Genre(s) Duration Production company Actor(s) Name Birthdate Born place Died date Director(s) Name Birthdate Build Easyadmin controller to view Films data. It must include a simple search (no filters needed) for relevant data for the user. Visual […]