Symfony course: create a website

preview_player
Показать описание
This is a Symfony course about creating a website from scratch. You will get information about creating an empty Symfony project, create pages, apply bootstrap frontend library, create twig widgets, send emails, generate admin area and much more. You will get basic understanding about Symfony security and proper usage of webprofiler.

#Symfony #Website #tutorial

In this video I use Symfony 5 with PHP 8 but this tutorial is still relevant for older versions of Symfony framework and PHP.

⭐️ Final result you can find here ⭐️

⭐️ Symfony Forms tutorials ⭐️

⭐️ Telegram chat ⭐️

⭐️ Support channel on Patreon ⭐️

⭐️ Resources ⭐️

Get € 20 on Hetzner Cloud hosting:

⭐️ TABLE OF CONTENT ⭐️
00:00:00 Introduction
00:01:43 Create Symfony project
00:04:20 Create pages
00:07:10 Twig template inheritance
00:07:48 Apply bootstrap 5 frontend library
00:13:56 Create a menu
00:15:41 Create Doctrine entities
00:17:48 Doctrine migrations
00:22:52 Connect to database
00:24:12 Run web server in background
00:24:34 Make page dynamic
00:29:00 Create admin area using EasyAdmin
00:30:48 Generate admin pages
00:33:46 Customise edit page
00:38:48 Symfony security: user
00:40:15 Create custom authenticator
00:47:22 Widget "contact us"
00:50:38 Send and process AJAX requests
01:14:23 Send emails
01:28:22 Use web profiler
01:33:17 Enable prod environment

🔈 MUSIC WAS USED 🔈
The Chase by Kevin MacLeod
Рекомендации по теме
Комментарии
Автор

What admin solution do you use in your website?

CapCoding
Автор

This is a great video! Keep up the good work, I really hope to see more videos from you :D

maximiliangewers
Автор

You did it great. Learning Symfony was a dreammate but now it seems simple.

Saman-ygek
Автор

This video is the best of youtube. nice job man!

JairSantana
Автор

Very nice and concise. A great go-to when I need to quickly do a specific thing.

NoahNobody
Автор

your tutorial is so informative and fast, thank you so much for your effort🙏🙏, waiting for new content

beboadel
Автор

the doctrine bundle has been moidified in symfony 6. the getDoctrine method is deprecated.

ricardodelacrvz
Автор

Bro, you saved in me my job. Thanks dude <3 Awesome course

superpalo
Автор

Great video! Informative but concise enough so it doesn't get too lengthy.

margineandoru
Автор

Great video, thank you for sharing this!🍻

michaelbica
Автор

Great installation, also explanation, , , that it will run without apache/nginx.. thats great..

sakmaestro
Автор

When u install Posgres sql using docker, did u install first docker, ?

sakmaestro
Автор

Can I use this tutorial after installing symfony 6 or is there anything deprecated and not useable in symfony 6?

wounds_wont_heal
Автор

Cool idea with long videos. It would be even cooler if everything was in the docker (compose). Because there are peculiarities between there, too

scheidegg
Автор

Thanks for the video.
Any book recommendation? Thanks

jampanorbu
Автор

When I run
symfony console make:controller
template is not being generated, how can I solve this?

gothicdash
Автор

Hi sur how are you, why your project have not vendor folder

ayoubihome
Автор

atenttion le minut 37:36 correct cascade:['all'] en ORM\OneToMany

HZ_DEV_BR
Автор

at : 18:00
Bro i have always this error :
bin/console make:migration
In ExceptionConverter.php line 87:
An exception occurred in the driver: could not find driver
In Exception.php line 28:
could not find driver
In Driver.php line 35:
could not find driver
make:migration

i have change the php.ini but nothing always this error

Quicko