Showing 1-20 of 827 items.

Yii3 - How to start

Created 10 months ago by rackycz rackycz, updated a day ago by rackycz rackycz. 0 comments

In Yii3 it is not as easy to start as it was with Yii2. You have to install and configure basic things on your own. Yii3 uses the modern approach based on independent packages and dependency injection, but it makes it harder for newcomers. I am here to show all how I did it.

3 0
6
Viewed: 97 667 times
Version: 3.0
Category: Tutorials

    Use Single Login Session on All Your Yii2 Application/Repository Under Same Domain/Sub Domain

    Created a year ago by aayushmhu aayushmhu, updated a year ago by aayushmhu aayushmhu. 0 comments

    There are multiple blog that shows how to use seperate login for yii2 application but in this article i will show you how to use a single login screen for all your YII2 Advanced, YII2 Basic, Application, It will also work when your domain on diffrent server or the same server.

    3 0
    1
    Viewed: 62 903 times
    Version: 2.0
    Category: Tutorials

    Integrating Yii3 packages into WordPress

    Created 2 years ago by Gabriel A. López López Gabriel A. López López, updated 2 years ago by Gabriel A. López López Gabriel A. López López. 0 comments

    I was recently assigned with the task of integrating several extensive forms into a WordPress website. These forms comprised numerous fields, intricate validation rules, dynamic fields (one to many relationships) and even interdependencies, where employing PHP inheritance could mitigate code duplication.

    2 0
    2
    Viewed: 39 850 times
    Version: 3.0
    Category: How-tos

    How to add a DropDown Language Picker (i18n) to the Menu

    Created 2 years ago by JQL JQL, updated 2 years ago by JQL JQL. 4 comments

    Yii comes with internationalisation (i18n) "out of the box". There are instructions in the manual as to how to configure Yii to use i18n, but little information all in one place on how to fully integrate it into the bootstrap menu. This document attempts to remedy that.

    1 0
    1
    Viewed: 122 642 times
    Version: 2.0
    Category: How-tos

    How to add Schema.org markup to Yii2 pages

    Created 5 years ago by Gabriel A. López López Gabriel A. López López, updated 5 years ago by Gabriel A. López López Gabriel A. López López. 0 comments

    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 based websites using JSON-LD.

    3 0
    3
    Viewed: 102 830 times
    Version: 2.0
    Category: How-tos