List of posts tagged: yii2

Short instruction. How to install Yii2 advanced

Short instruction on how to install Yii 2 advanced in Windows on OpenServer.

Because The instruction is brief, then a detailed description of what the commands do in the instruction will be omitted.

July 24, 2017 25 Yehor Rykhnov WindowsYii Framework 2yii2Installyii2 advancedOpenServer

Yii2 basic, authorization and registration via the database

A simple example of fine-tuning Yii2 basic for authorization via the database, adding registration and resetting the password.

July 23, 2017 168 Yehor Rykhnov Yii Framework 2yii2yii2 basic

Yii2. Working with multiple databases

A simple example of working with several databases in Yii framework 2.

June 12, 2017 33 Yehor Rykhnov Yii Framework 2yii2Database

Vagrant PHP Yii2 or how not to bother with the peculiarities of its OS to customize the development environment

A little bit about Vagrant. For me, the most convenient operating system for PHP development is Ubuntu. Here all the software is free, easy to configure, lots of documentation, etc. But if you have to work with other OSes (Windows, Mac, etc.) sometimes, you encounter problems installing one or another module or plugin for PHP. Vagrant helps a lot to get around this rake the tenth way. How it is done and what advantages Vagrant has - read in the article. We will install Vagrant for development on PHP and install Vagrant to work with Yii2 advanced.

June 10, 2017 28 Yehor Rykhnov Yii Framework 2yii2PHPVagrant

Yii2, feedback form in a modal window

An example of implementing a feedback form in a modal window using the standard form from the contacts page.

April 17, 2017 230 Yehor Rykhnov BootstrapYii Framework 2yii2

Yii 2, sending mail through SMTP

Simple instruction by sending mail to Yii 2 (basic, advanced) via SMTP

December 19, 2016 77 Alex Yii Framework 2yii2mail

Elasticsearch. Update, delete a document

Elasticsearch. Part 7, update, delete a document in Elasticsearch. Previous part: Elasticsearch. Highlight search results.

July 9, 2016 18 Yehor Rykhnov Yii Framework 2yii2PHPElasticsearch

Elasticsearch. Highlight search results

Elasticsearch. Part 6, highlighting search results in Elasticsearch. Previous part: Elasticsearch. Full-text search.

Often the need to allocate a search phrase in the search results. Elasticsearch has built-in mechanisms for the selection and framing of the search result to HTML tags. An example of the highlighting of search results in Elasticsearch using CURL, PHP and Yii2.

July 1, 2016 24 Yehor Rykhnov Yii Framework 2yii2PHPElasticsearch

Elasticsearch. Full-text search

Elasticsearch. Part 5, full-text search in Elasticsearch. Previous part: Elasticsearch. Search, filters - Query DSL.

Example full-text search in Elasticsearch with help CURL, PHP and Yii2.

June 22, 2016 19 Yehor Rykhnov Yii Framework 2yii2PHPElasticsearch

Elasticsearch. Search, filters - Query DSL

Elasticsearch. Part 4, use the filter to search Elasticsearch. Previous part: Elasticsearch. Retrieving data.

An example of the use of filters to search in Elasticsearch with help CURL, PHP и Yii2.

June 21, 2016 15 Yehor Rykhnov Yii Framework 2yii2PHPElasticsearch