[wiki] Start using Yii2 in Raspberry Pi3 (RPI3) via Pantahub
Make your RPI3 device ready to deploy Yii2 by following 6 Steps Deploy your Yii2 app to the device by following 5 Steps Note:Pantahub is the only place where Linux firmware can be shared and deployed...
View Article[wiki] Yii v2 snippet guide II
My articles Connection to MSSQL Using MSSQL database as the 2nd DB in the Yii2 project Creating models in Gii for remote MSSQL tables PhpExcel/PhpSpreadsheet in Yii 2 and sending binary content to the...
View Article[wiki] How to add Open Graph and Twitter Card tags to Yii2 website.
OpenGraph and Twitter Cards are two metadata sets that allow to describe web pages and make it more understandable for Facebook and Twitter respectively. There a lot of meta tags to add to a simple...
View Article[wiki] How to add Schema.org markup to Yii2 pages
https://schema.org is a markup system that allows to embed structured data on their web pages for use by search engines and other applications. Let's see how to add Schema.org to our pages on Yii2...
View Article[wiki] How to email error logs to developer on Yii2 apps
Logging is a very important feature of the application. It let's you know what is happening in every moment. By default, Yii2 basic and advanced application have just a \yii\log\FileTarget target...
View Article[wiki] Api of Multiple File Uploading in Yii2
After getting lot's of error and don't know how to perform multiple images api in yii2 finally I get it today This is my question I asked on forum and it works for me...
View Article[wiki] How to redirect all emails to one inbox on Yii2 applications
\yii\mail\BaseMailer::useFileTransport is a great tool. If you activate it, all emails sent trough this mailer will be saved (by default) on @runtime/mail instead of being sent, allowing the devs to...
View Article[wiki] Yii v2 snippet guide III
My articles Switching languages and Language in URL Search and replace Virtualization - Vagrant and Docker - why and how Running Yii project in Vagrant. (Simplified version) Running Yii project in...
View Article[extension] dicr/yii2-pochta
Почта API для Yii2 ¶ Настройка Использование Настройка ¶$config = [ 'components' => [ 'pochta' => [ 'class' => dicr\pochta\PochtaAPI::class, 'token' => '<токен API>', 'login' =>...
View Article[extension] dicr/yii2-renins
API страхования renins для Yii2 ¶ Конфигурация Использование API: http://confluence.teamss.ru/pages/viewpage.action?pageId=18809309 Предупреждаю сразу, что из многих API, которые я повидал, данный...
View Article[extension] dicr/yii2-topvisor
TopVisor APIv2 для Yii2 ¶ Конфигурация Использование Реализованы только методы получения данных: https://topvisor.com/ru/api/v2/ Конфигурация ¶$config = [ 'components' => [ 'topvisor' => [...
View Article[extension] dicr/yii2-yandex-metrika
Клиент Яндекс.Метрика API для Yii2 ¶ Конфигурация Использование API: https://yandex.ru/dev/metrika/doc/api2/concept/about.html Конфигурация ¶$config = [ 'components' => [ 'metrika' =>...
View Article[extension] dicr/yii2-yandex-oauth
Яндекс.OAuth клиент для Yii2 ¶ Настройка Использование API: https://yandex.ru/dev/oauth/doc/dg/concepts/about.html Способ получить отладочный токен вручную, без обработки callback:...
View Article[wiki] JWT authentication tutorial
How to implement JWT ¶ The JWT Concept Scenarios User logs in for the first time, via the /auth/login endpoint: Token expired: My laptop got stolen: Why do we trust the JWT blindly? Implementation...
View Article[extension] diggindata/yii2-kjua
QRCode (kjua) Extension for Yii 2 ¶ Installation Usage Attributes List This extension provides a kjua QR Code widget for Yii framework 2.0. The kjua library is provided by github/lrsjng. Latest Stable...
View Article[extension] yii1-fontawesome5
yii1.1-fontawesome5 ¶ Requirements Installation Usage This is a Font Awesome v5.x extension for Yii Framework 1.1. Current Font Awesome version is 5.15.3 This is a service to those of us that are still...
View Article