<?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>Bootstrap &#8211; The Eternal Path</title>
	<atom:link href="https://arasan.de/tag/bootstrap/feed/" rel="self" type="application/rss+xml" />
	<link>https://arasan.de</link>
	<description>Arasan.de</description>
	<lastBuildDate>Thu, 15 Sep 2022 15:23:11 +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>Bootstrap &#8211; The Eternal Path</title>
	<link>https://arasan.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Symfony Todo App – TodoItems aus TablePlus Tabelle anzeigen</title>
		<link>https://arasan.de/symfony-todo-app-todoitems-aus-tableplus-tabelle-anzeigen/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Thu, 15 Sep 2022 15:16:12 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[SymfonyTodoApp]]></category>
		<category><![CDATA[Tabelle]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=614</guid>

					<description><![CDATA[Wir fügen zuerst ein paar Einträge in die TodoItem-Tabelle ein, damit wir diese im Index-Twig-Template ausgeben können: Anschließend verwenden wir das TodoItemRepository im TodosController, um alle Tabellen-Einträge abzurufen und mit dd() auszugeben. Wir erhalten unsere 3 von Hand erstellten Einträge und können diese in einer Bootstrap-Tabelle ausgeben:]]></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><a href="https://arasan.de/symfony-todo-app-todoscontroller-create-route-hinzufuegen/">Symfony Todo App &#8211; TodosController: Create Route hinzufügen</a></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>Symfony Todo App – TodoItems aus TablePlus Tabelle anzeigen</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">Wir fügen zuerst ein paar Einträge in die TodoItem-Tabelle ein, damit wir diese im Index-Twig-Template ausgeben können:</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="2368" height="1502" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todo-item-table-tableplus-add-todo-items-1.png" alt="" class="wp-image-616"/></figure>



<p class="wp-block-paragraph">Anschließend verwenden wir das TodoItemRepository im TodosController, um alle Tabellen-Einträge abzurufen und mit dd() auszugeben.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="2898" height="1644" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todo-item-repository-todos-controller-dump-die-vscode.png" alt="" class="wp-image-617"/></figure>



<figure class="wp-block-image size-full"><img decoding="async" width="1814" height="698" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todo-item-repository-todos-controller-dump-die-browser.png" alt="" class="wp-image-618"/></figure>



<p class="wp-block-paragraph">Wir erhalten unsere 3 von Hand erstellten Einträge und können diese in einer Bootstrap-Tabelle ausgeben:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2898" height="1640" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todo-items-in-index-twig-template-vscode.png" alt="" class="wp-image-620"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1802" height="1680" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-todo-items-in-index-twig-template-browser.png" alt="" class="wp-image-621"/></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Symfony Todo App &#8211; Bootstrap Styles hinzufügen</title>
		<link>https://arasan.de/symfony-todo-app-bootstrap-styles-hinzufuegen/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Thu, 15 Sep 2022 13:23:43 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[SymfonyTodoApp]]></category>
		<category><![CDATA[Twig Templates]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=574</guid>

					<description><![CDATA[In diesem Schritt fügen wir die Bootstrap Styles hinzu! Dazu passen wir das Twig Layout an: Nach Hinzufügen von Bootstrap passen wir den Style des &#8222;Erstellen-Buttons&#8220; an.]]></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>Symfony Todo App &#8211; Bootstrap Styles hinzufügen</li><li><a href="https://arasan.de/symfony-todo-app-todoscontroller-create-route-hinzufuegen/">Symfony Todo App &#8211; TodosController: Create Route hinzufügen</a></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 die Bootstrap Styles hinzu! Dazu passen wir das Twig Layout an:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2904" height="1638" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-twig-layout-add-bootstrap.png" alt="" class="wp-image-577"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1806" height="1680" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-twig-layout-add-bootstrap-browser.png" alt="" class="wp-image-578"/></figure>



<p class="wp-block-paragraph">Nach Hinzufügen von Bootstrap passen wir den Style des &#8222;Erstellen-Buttons&#8220; an.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2882" height="1634" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-twig-layout-add-bootstrap-modify-create-button-style.png" alt="" class="wp-image-580"/></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1804" height="1678" src="https://arasan.de/wp-content/uploads/2022/09/symfony-symfapp-modify-twig-layout-add-bootstrap-modify-create-button-style-browser.png" alt="" class="wp-image-581"/></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Bootstrap Formular Inline anzeigen</title>
		<link>https://arasan.de/bootstrap-formular-inline-anzeigen/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Tue, 13 Sep 2022 12:58:31 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Formular]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=521</guid>

					<description><![CDATA[Mit folgendem Code kann man ein Bootstrap Formular inline (Klasse &#8222;d-inline-block&#8220;) anzeigen: Das Ergebnis sieht wie folgt aus:]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Mit folgendem Code kann man ein Bootstrap Formular inline (Klasse &#8222;d-inline-block&#8220;) anzeigen:</p>



<pre class="wp-block-code"><code>&lt;!doctype html&gt;
&lt;html lang="de"&gt;
&lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;
    &lt;title&gt;Form inline demo&lt;/title&gt;
    &lt;link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;main&gt;
        &lt;div class="container"&gt;
            &lt;div class="row"&gt;
                &lt;div class="col-md-6"&gt;
                    &lt;a class="btn btn-primary mt-2" href="/websites/create" role="button"&gt;Create Website&lt;/a&gt;
                    &lt;form class="d-inline-block" action="websites/1/delete" method="post"&gt;
                        &lt;button class="btn btn-danger mt-2" type="submit" role="button"&gt;Delete Website&lt;/button&gt;
                    &lt;/form&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"&gt;&lt;/script&gt;
    &lt;/main&gt;
&lt;/body&gt;</code></pre>



<p class="wp-block-paragraph">Das Ergebnis sieht wie folgt aus:</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://arasan.de/wp-content/uploads/2022/09/bootstrap-formular-inline-anzeigen.png" alt="" class="wp-image-523" width="441" height="362"/></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Laravel TodoApp &#8211; Bootstrap hinzufügen</title>
		<link>https://arasan.de/laravel-todoapp-bootstrap-hinzufuegen/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Sat, 10 Sep 2022 20:11:36 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[TodoApp]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=435</guid>

					<description><![CDATA[In diesem Schritt fügen wir Twitter Bootstrap zu unserem Projekt hinzu. Das erleichtert das Layout der App wesentlich.Außerdem lassen wir uns Registrierung + Login Masken automatisch erzeugen.Beim letzten Mal haben wir auch ein Layout angelegt, bei der Installation von Bootstrap wird ein separates Layout angelegt. Zuerst installieren wir Laravel-UI mithilfe von composer in der Kommandozeile:&#8230;]]></description>
										<content:encoded><![CDATA[<ol style="margin: 20px"><li><a href="https://arasan.de/laravel-projekt-mit-git-github-erstellen/">Laravel TodoApp &#8211; Projekt mit Git + Github erstellen</a></li><li><a href="https://arasan.de/laravel-view-blade-template-in-atom-editor-bearbeiten/">Laravel TodoApp &#8211; View (Blade Template) in Atom Editor bearbeiten:</a></li><li><a href="https://arasan.de/laravel-mysql-datenbank-verbindung-konfigurieren/">Laravel TodoApp &#8211; MySQL Datenbank-Verbindung konfigurieren</a></li><li><a href="https://arasan.de/laravel-todoapp-model-migration-erstellen/">Laravel TodoApp &#8211; Model + Migration erstellen</a></li><li><a href="https://arasan.de/laravel-todoapp-listitem-form-route-controller-erstellen/">Laravel TodoApp &#8211; ListItem Form + Route + Controller erstellen</a></li><li><a href="https://arasan.de/laravel-todoapp-formulardaten-in-logdatei-ausgeben/">Laravel TodoApp &#8211; Formulardaten in Logdatei ausgeben</a></li><li><a href="https://arasan.de/laravel-todoapp-formulardaten-in-tabelle-speichern/">Laravel TodoApp &#8211; Formulardaten in Tabelle speichern</a></li><li><a href="https://arasan.de/laravel-todoapp-listitems-aus-tabelle-ausgeben/">Laravel TodoApp &#8211; ListItems aus Tabelle ausgeben</a></li><li><a href="https://arasan.de/laravel-todoapp-todo-listitem-als-erledigt-markieren/">Laravel TodoApp &#8211; Todo ListItem als erledigt markieren</a></li><li><a href="https://arasan.de/laravel-todoapp-layout-erstellen/">Laravel TodoApp &#8211; Layout erstellen</a></li><li>Laravel TodoApp &#8211; Bootstrap hinzufügen</li><li><a href="https://arasan.de/laravel-todoapp-welcome-blade-template-umbenennen-in-todos/">Laravel TodoApp &#8211; Welcome Blade Template umbenennen in Todos</a></li><li><a href="https://arasan.de/laravel-todoapp-todo-nur-eintragen-wenn-user-angemeldet/">Laravel TodoApp &#8211; Todo nur eintragen wenn User angemeldet</a></li><li><a href="https://arasan.de/laravel-todoapp-nur-eigene-todos-anzeigen-und-bearbeiten/">Laravel TodoApp &#8211; Nur eigene Todos anzeigen und bearbeiten</a></li></ol>



<p class="wp-block-paragraph">In diesem Schritt fügen wir <a href="https://getbootstrap.com">Twitter Bootstrap</a> zu unserem Projekt hinzu. Das erleichtert das Layout der App wesentlich.<br>Außerdem lassen wir uns Registrierung + Login Masken automatisch erzeugen.<br>Beim letzten Mal haben wir auch ein Layout angelegt, bei der Installation von Bootstrap wird ein separates Layout angelegt.</p>



<p class="wp-block-paragraph">Zuerst installieren wir Laravel-UI mithilfe von composer in der Kommandozeile:</p>



<pre class="wp-block-code"><code>composer require laravel/ui</code></pre>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1828" height="1364" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-bootstrap-composer-require-laravel-ui.png" alt="" class="wp-image-436"/></figure>



<p class="wp-block-paragraph">Danach installieren wir Bootstrap:</p>



<pre class="wp-block-code"><code>php artisan ui bootstrap --auth</code></pre>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1816" height="426" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-ui-bootstrap-auth-scaffolding.png" alt="" class="wp-image-437"/></figure>



<p class="wp-block-paragraph">Nach Abschluss der Installation von Bootstrap lassen wir einmal die Installation von Node Package Manager laufen:</p>



<pre class="wp-block-code"><code>npm install &amp;&amp; npm run dev</code></pre>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1820" height="450" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-ui-bootstrap-npm-run-dev-vite.png" alt="" class="wp-image-439"/></figure>



<p class="wp-block-paragraph">In unserer Todo-App sind eine Menge neuer Dateien erzeugt worden:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2822" height="1802" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-bootstrap-editor-neue-dateien.png" alt="" class="wp-image-440"/></figure>



<p class="wp-block-paragraph">Folgende Änderungen befinden sich jetzt in unserer App:</p>



<ul class="wp-block-list"><li>Neuer HomeController in App\Http\Controllers</li><li>Neuer ConfirmPasswordController in App\Http\Controllers\Auth</li><li>Neuer ForgotPasswordController in App\Http\Controllers\Auth</li><li>Neuer LoginController in App\Http\Controllers\Auth</li><li>Neuer RegisterController in App\Http\Controllers\Auth</li><li>Neuer ResetPasswordController in App\Http\Controllers\Auth</li><li>Neuer VerificationController in App\Http\Controllers\Auth</li><li>Anpassung von bootstrap.js in resources/js</li><li>Neues Verzeichnis sass in resources</li><li>Neues Layout app.blade.php in resources/views/layouts</li><li>Neue View confirm.blade.php in resources/views/auth/passwords</li><li>Neue View email.blade.php in resources/views/auth/passwords</li><li>Neue View reset.blade.php in resources/views/auth/passwords</li><li>Neue View login.blade.php in resources/views/auth</li><li>Neue View register.blade.php in resources/views/auth</li><li>Neue View verify.blade.php in resources/views/auth</li><li>Neue View home.blade.php in resources/views</li><li>Anpassung von web.php in routes</li></ul>



<p class="wp-block-paragraph">Das sind die wichtigsten Neuerungen, eine Menge Neuerungen. Wir gehen diese Anpassungen einmal durch.</p>



<p class="wp-block-paragraph">Zuerst haben wir die Route &#8222;/register&#8220;, unter der ein neues Registrierungsformular vorhanden ist.<br>Das Formular ist bereits mit Bootstrap gestylt und hat eine Navbar mit den Navigationsrouten <strong>&#8222;/&#8220;</strong>, <strong>&#8222;/register&#8220;</strong> und <strong>&#8222;/login&#8220;</strong>.<br>Wir können einen Namen, eine E-Mail-Adresse und Passwort eingeben und werden nach erfolgreicher Registrierung zum Dashboard weitergeleitet.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2230" height="974" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-bootstrap-auth-register.png" alt="" class="wp-image-443"/></figure>



<p class="wp-block-paragraph">Wir haben sogar bereits Fehlermeldungen, falls bestimmte Eingabefelder (wie z.B. das Passwortfeld) nicht ausgefüllt werden!</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2228" height="1078" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-bootstrap-auth-register-fehlermeldung.png" alt="" class="wp-image-445"/></figure>



<p class="wp-block-paragraph">Bei erfolgreicher Registrierung leitet das Formular den Benutzer automatisch zur Dashboard-Route!</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2210" height="528" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-bootstrap-auth-logged-in-dashboard.png" alt="" class="wp-image-447"/></figure>



<p class="wp-block-paragraph">Der Logout leitet automatisch zu Startseite weiter.</p>



<p class="wp-block-paragraph">Das automatisch erzeugte Bootstrap Layout passt farblich nicht zu unserem bisherigen Layout, die Farben sind hell.<br>Deshalb entfernen wir im nächsten Schritt unser Layout und verwenden das bereits erzeugte Bootstrap Layout.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2814" height="1818" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-bootstrap-root-todolist-items-card-1.png" alt="" class="wp-image-449"/><figcaption>Verwendung von neuem Bootstrap Layout und der &#8222;card&#8220; Klasse</figcaption></figure>



<p class="wp-block-paragraph">Das sieht dann im Browser folgendermaßen aus:</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-bootstrap-root-todolist-items-browser-2.png" alt="" class="wp-image-450" width="402" height="463"/></figure>



<p class="wp-block-paragraph">Hier sind noch die neuen Auth-Routen sowie die Home-Route:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2818" height="1770" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-bootstrap-root-todolist-items-home-auth-routes.png" alt="" class="wp-image-451"/></figure>



<p class="wp-block-paragraph">Der HTML Code der Homeseite sieht wie folgt aus:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="2814" height="1816" src="https://arasan.de/wp-content/uploads/2022/09/laravel-todoapp-bootstrap-root-todolist-items-home-browser-1.png" alt="" class="wp-image-452"/></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>VSCode Developer Plugins</title>
		<link>https://arasan.de/vscode-developer-plugins/</link>
		
		<dc:creator><![CDATA[«Æ»]]></dc:creator>
		<pubDate>Thu, 11 Aug 2022 09:35:24 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Blade Templates]]></category>
		<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[VSCode]]></category>
		<category><![CDATA[VSCode Plugins]]></category>
		<guid isPermaLink="false">https://arasan.de/?p=476</guid>

					<description><![CDATA[HTML CSS Support Bootstrap 5 Quick Snippets PHP Tools PHP IntelliSense PHP DocBlocker Laravel Docs Laravel Snippets Laravel Blade Snippets]]></description>
										<content:encoded><![CDATA[
<ol class="wp-block-list"><li>HTML CSS Support</li><li>Bootstrap 5 Quick Snippets</li><li>PHP Tools</li><li>PHP IntelliSense</li><li>PHP DocBlocker</li><li>Laravel Docs</li><li>Laravel Snippets</li><li>Laravel Blade Snippets</li></ol>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
