<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Routes &#8211; The Eternal Path</title>
	<atom:link href="https://arasan.de/tag/routes/feed/" rel="self" type="application/rss+xml" />
	<link>https://arasan.de</link>
	<description>Arasan.de</description>
	<lastBuildDate>Thu, 15 Sep 2022 13:48:16 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://arasan.de/wp-content/uploads/2024/10/triquetra-512x512-1.png</url>
	<title>Routes &#8211; The Eternal Path</title>
	<link>https://arasan.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Symfony Todo App &#8211; TodosController: Create Route hinzufügen</title>
		<link>https://arasan.de/symfony-todo-app-todoscontroller-create-route-hinzufuegen/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Thu, 15 Sep 2022 13:48:15 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Routes]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[SymfonyTodoApp]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=583</guid>

					<description><![CDATA[In diesem Schritt fügen wir eine neue Route für das Erstellen von Todos hinzu und passen den Namen der bisherigen Route an: Wir können uns die definierten Routen und Namen der jeweiligen Route per CLI ausgeben lassen: Über den Namen &#8222;app_todos.create&#8220; kommen wir an die Route zum Erstellen heran. Jetzt können wir das Twig Template&#8230;]]></description>
										<content:encoded><![CDATA[<ol style="margin: 20px"><li><a href="https://arasan.de/symfony-todoapp-projekt-mit-git-github-erstellen/">Symfony TodoApp &#8211; Projekt mit Git + Github erstellen</a></li><li><a href="https://arasan.de/symfony-todoapp-todoscontroller-erstellen/">Symfony TodoApp &#8211; TodosController erstellen</a></li><li><a href="https://arasan.de/symfony-todoapp-twig-template-anpassen/">Symfony TodoApp &#8211; Twig Template anpassen</a></li><li><a href="https://arasan.de/symfony-todo-app-bootstrap-styles-hinzufuegen/">Symfony Todo App &#8211; Bootstrap Styles hinzufügen</a></li><li>Symfony Todo App &#8211; TodosController: Create Route hinzufügen</li><li><a href="https://arasan.de/symfony-todo-app-datenbankverbindung-erstellen/">Symfony Todo App &#8211; Datenbankverbindung erstellen</a></li><li><a href="https://arasan.de/symfony-todo-app-entity-repository-erstellen/">Symfony Todo App &#8211; Entity + Repository erstellen</a></li><li><a href="https://arasan.de/symfony-todo-app-todoitems-aus-tableplus-tabelle-anzeigen/">Symfony Todo App – TodoItems aus TablePlus Tabelle anzeigen</a></li><li><a href="https://arasan.de/symfony-todo-app-formular-fuer-erstellen-von-todoitems-erzeugen/">Symfony todo App &#8211; Formular für Erstellen von TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todo-app-formular-fuer-bearbeiten-von-todoitems-erzeugen/">Symfony Todo App &#8211; Formular für Bearbeiten von TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todoapp-loeschen-funktion-fuer-todoitems-erzeugen/">Symfony TodoApp &#8211; Löschen-Funktion für TodoItems erzeugen</a></li><li><a href="https://arasan.de/symfony-todoapp-login-registrierung-hinzufuegen/">Symfony TodoApp &#8211; Login + Registrierung hinzufügen</a></li></ol>



<p class="wp-block-paragraph">In diesem Schritt fügen wir eine neue Route für das Erstellen von Todos hinzu und passen den Namen der bisherigen Route an:</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="2896" height="1646" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todoscontroller-add-create-route.png" alt="" class="wp-image-585"/></figure>



<p class="wp-block-paragraph">Wir können uns die definierten Routen und Namen der jeweiligen Route per CLI ausgeben lassen:</p>



<pre class="wp-block-code"><code>php bin/console debug:router</code></pre>



<figure class="wp-block-image size-full"><img decoding="async" width="1818" height="850" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-php-bin-console-debug-router.png" alt="" class="wp-image-587"/></figure>



<p class="wp-block-paragraph">Über den Namen &#8222;app_todos.create&#8220; kommen wir an die Route zum Erstellen heran.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="2900" height="1644" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todoscontroller-add-create-route-path-1.png" alt="" class="wp-image-590"/></figure>



<p class="wp-block-paragraph">Jetzt können wir das Twig Template für das Erstellen von Todos hinzufügen:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2896" height="1632" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todoscontroller-add-create-route-twig-template.png" alt="" class="wp-image-593"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1804" height="1674" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todoscontroller-add-create-route-twig-template-browser.png" alt="" class="wp-image-594"/></figure>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
