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.
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.
Yii2. Working with multiple databases
A simple example of working with several databases in Yii framework 2.
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.
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.
Yii 2, sending mail through SMTP
Simple instruction by sending mail to Yii 2 (basic, advanced) via SMTP
Elasticsearch. Update, delete a document
Elasticsearch. Part 7, update, delete a document in Elasticsearch. Previous part: Elasticsearch. Highlight search results.
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.
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.
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.