Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
Об этом курсе
В этом втором эпизоде о шаблонах проектирования мы сделаем наше приложение командной строки еще более потрясающим! Мы реализуем множество новых функций с нуля, таких как действия игрока, уровни сложности игры, бонусы за победу и многое другое! И мы сделаем все это, применив четыре...
Робот
Тема
symfonycasts
программирование
проектирование
шаблоны
This course is in the planning stages
Learn how Symfony *really* works, then solve any problem.
Time to unlock your full Symfony 7 potential: to be able to take on any task, because you understand how things work under the hood. This tutorial is all about jumping from "I can do some stuff with...
Symfony 4 Track Overview.
Требования к обучающимся:
Intermediate PHP experience & skills
Comfortable with object-oriented principles
Каков будет мой уровень после этого курса?
You'll know the basics of the Symfony framework, forwards and backwards
You'll be able to use all of Symfony's major...
Aноним
Тема
2019
symfonycasts
изучи symfony 4
официальный курс
Symfony 7️⃣ is here! And I want all of us to enjoy it. So let's get to work on upgrading. In this tutorial, we'll:
Upgrade to Symfony 6.4
Update all of our Flex recipes: walking through the why behind the changes
Remove SensioFrameworkExtraBundle
Navigate the WebpackEncoreBundle v2 &...
Робот
Тема
symfony 7
symfonycasts
upgrade to symfony 6.4
upgrading
what's in symfony 7
Описание курса:
Thanks to part 1,part 2 we've already built a seriously powerful API, complete with security, custom fields and many more goodies. In this course, we'll take things even further:
State Providers & "proper" custom fields
Run custom code on a "state" change (e.g. publishing)...
Робот
Тема
api platform 3 part 3
custom resources
symfonycasts
Официальные курсы от создателей Symfony
Первые уроки доступны бесплатно. Можно ознакомиться с ними, чтобы понять нужность этого курса.
Описание курса:
Ever wanted to just... write modern JavaScript and have it work without needing to fuss with a build system?
Me too! And finally - thanks to...
You already know how to query with SQL, so learning how to do complex queries with Doctrine should not be a pain! In this tutorial, we'll learn about:
the language Doctrine speaks (DQL)
the QueryBuilder object
JOINs! And using them to reduce queries
SELECTing specific fields instead of entire...
Робот
Тема
databases
doctrine
go pro with doctrine queries
symfony6
symfonycasts
This course is in the planning stages
Here be dragons! We've built a pretty sweet API for storing dragon treasures... but we've completely neglected one minor detail: security! In this tutorial, we'll secure our API Platform-powered API in every way imaginable... and spin up a nifty test suite...
Робот
Тема
api platform
api platform 3
security
security for your treasures
symfony6
symfonycasts
Описание курса:
Need to build an API and love the process? You've come to the right place.
Built on top of Symfony, API Platform enables you to build a rich, JSON-LD-powered, hypermedia API... pretty much instantly (we'll even teach you what those buzzwords mean). In this tutorial, we'll build...
Робот
Тема
api platform 3
mythically good restful apis
symfonycasts
Описание курса:
What you'll be learning
We all know that building a command-line app where characters battle each other is geek-awesomeness. But what about building that app and learning the most powerful programming design patterns of all time!? We should totally do that!
Design patterns are...
Робот
Тема
design patterns
design patterns for fun and proficiency
symfonycasts
Описание курса:
Wait, someone built ANOTHER dinosaur park with ZERO tests!?!? I've seen this movie before and it's up to us: to add a rich set of tests before the dinos come for us...
But seriously: testing is great. It's not only a tool for preventing bugs, it's also a development philosophy...
Робот
Тема
basic unit testing
phpunit
symfonycasts
test-driven-development
unit testing with a bite
Описание курса:
After the first two courses, we're going to turn the volume to 11! Yup, it's database time!
This tutorial is all about Doctrine: a powerful ORM that will allow us to talk to a database from inside our Symfony app. With the power of PHP 8 & tools inside Symfony, Doctrine is not...