Ajout Formulaire Posts + Species avec authorisation #7
Manually merged
clement.freville2
merged 11 commits from forms
into main
6 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'forms'
Deleting a branch is permanent. It CANNOT be undone. Continue?
$form = $this->createForm(PostType::class, $post);
$form->handleRequest($request);
If a date is not specified, this line crashes the application.
class SpeciesController extends AbstractController
{
#[Route('/species', name: 'app_species')]
{% extends 'base.html.twig' %}
{% block title %}Hello SpeciesController!{% endblock %}
This file is not used.
49d60871c9
into main manually 6 months agoReviewers
49d60871c9
.