Symfony
bin/console commands
php bin/console - Show all commandsLearn More
Base Template
templates\base.html.twigLearn More
Filters Twig
upper - mode uppercaseLearn More
Request
var_dump($request->isXmlHttpRequest());var_dump($request->getPreferredLanguage(array("en", "ru", "fr")));
var_dump($request->query->get("page"));
var_dump($request->request->get("page"));
var_dump($request->server->get("HTTP_HOST"));
Learn More
Entity
Create new entity: php bin/console make:entityCreate CRUD: php bin/console make:crud BookProduct
Learn More
First Project Creation
After installation we should to install .httaccessLearn More
Install Symfony
Before creating your first Symfony application you must: Install PHP 7.2.5 or higher and these PHP extensions: Ctype, iconv, JSON, PCRE, Session, SimpleXML, and Tokenizer;Learn More


