chore: add symfony demo

This commit is contained in:
Younes ENNAJI
2024-04-11 15:31:49 +00:00
parent 2c4db56b2e
commit 6841680c64
22 changed files with 3770 additions and 0 deletions
@@ -0,0 +1,20 @@
{% extends 'base.html.twig' %}
{% block title %}Hello HomeController!{% endblock %}
{% block body %}
<style>
.example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
.example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
</style>
<div class="example-wrapper">
<h1>Hello {{ controller_name }}! ✅</h1>
This friendly message is coming from:
<ul>
<li>Your controller at <code>/Users/yoeunes/projects/wips/flashy/src/Controller/HomeController.php</code></li>
<li>Your template at <code>/Users/yoeunes/projects/wips/flashy/templates/home/index.html.twig</code></li>
</ul>
</div>
{% endblock %}