Wiki articles in category How-tos tagged with "yii2"

Showing 41-46 of 46 items.

Yii2: How to create/develop a new extension using Composer locally without version control or Git

Created 9 years ago by Wade Shuler Wade Shuler, updated 6 years ago by jwerner jwerner.

Using a version control system, like Git, is nice. However, when building an extension from scratch and loading it via Composer, it adds a lot of pain in the butt steps. You have to commit your changes, update composer to pull them over, then notice there is an error, fix, commit, update. repeat.. I don't want all my baby steps under Git. Sure, I could edit my commit history, but c'mon. Just let m...

7 0
6 followers
Viewed: 40 848 times
Version: 2.0
Category: How-tos

How to make UrlManager createAbsoluteUrl work with sub-domains

Created 8 years ago by Wade Shuler Wade Shuler, updated 7 years ago by CeBe CeBe.

Upon creating my Yii2 Members System, I have ran into a few snags along the way that forced me to extend and bend Yii2 to my will.

1 0
3 followers
Viewed: 42 264 times
Version: 2.0
Category: How-tos

Events registration examples

Created 6 years ago by minitia minitia, updated 6 years ago by minitia minitia.

Register an event handler at Object-Level

2 0
2 followers
Viewed: 65 986 times
Version: 2.0
Category: How-tos
Tags: events, yii2
5 0
4 followers
Viewed: 64 724 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.

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 followers
Viewed: 95 468 times
Version: 2.0
Category: How-tos

How to redirect all emails to one inbox on Yii2 applications

Created 5 years ago by Gabriel A. L贸pez L贸pez Gabriel A. L贸pez L贸pez.

\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 inspect thre result.

6 0
4 followers
Viewed: 129 632 times
Version: 2.0
Category: How-tos