SimpleXLSX class (Official)

Parse and retrieve data from Excel XLSx files. MS Excel 2007 workbooks PHP reader.
Learn More

Base Template

templates\base.html.twig
Learn More

Filters Twig

upper - mode uppercase
Learn More

Syntax Twig

Comments
{# Comment #}
Learn 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:entity
Create CRUD: php bin/console make:crud BookProduct
Learn More

Keyframes

@keyframes mask { from { -webkit-mask-position: 0% 0; mask-position: 0% 0; } to { -webkit-mask-position: 100% 0; mask-position: 100% 0; } }
Learn More

Working with applications

ln -s /usr/games/cowsay /usr/bin/cowsay - We create a symbolic link so that when starting we do not have to write the path to the application. Then run it like this: cowsay “TEST”
Learn More

First Project Creation

After installation we should to install .httaccess
Learn 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