Another issue of development notes is out. Learn about Yii 3.0 development, written down Yii values and other things.
Oct 28, 2018
Another issue of development notes is out. Learn about Yii 3.0 development, written down Yii values and other things.
Aug 31, 2018
Another issue of Yii development notes with some 3.0 details.
Aug 9, 2018
A wiki article about getting various information from current locale.
Jul 28, 2018
Yiigist is a directory of Packages for your projects on Yii framework. It helps you find package you want and provide sorting by different criteria as well as filtering by framework version. Great tool for searching libraries before you roll yours!
Check it out!
Jul 8, 2018
Latest video in Yii 2.0 series by Luke Briner is about rapidly building REST APIs.
Jul 6, 2018
Yii team tagged new version of Yii 1.1 that accumulates security and PHP 7 compatibiltiy fixes made for a year.
Jun 29, 2018
Another issue of Yii development notes by Alexander Makarov. Have a good read.
Jun 24, 2018
The extension is for creating email templates and managing them in a website dashboard. You can create email templates with CRUD module in your backend or Gii generator.
Version 4.1.0 chages are:
All changes are avaliable in changelog file.
May 23, 2018
Yii team released minor version of Queue extension. It adds Amazon SQS queue support and a handy cli\Queue:EVENT_WORKER_LOOP
event.
May 22, 2018
LUYA Admin module release 1.2 and CMS module release 1.0.4
Security is a top priority for any web framework and web application, therefore it was also a very important aspect in the development of LUYA from day one. The Yii framework provides a good foundation with its security features, but every line of code built on top of it has to be as bulletproof as its foundation. When there was an opportunity to have LUYA tested with a security audit executed by a Swiss security company, we gladly took the chance. This resulted in a list of security improvements included in this update:
)]}',
in order to prevent "JSON hijacking".There is also a new LUYA security best practice guide.
You can download and install LUYA admin version 1.2 (~1.2.0
in composer). Make sure to run the migrate
command afterwards as the update includes database migrations. See the full changelog und upgrade document.
Along with the Admin module we also released CMS module version 1.0.4, which includes:
cms/page/cleanup
.luya\cms\frontend\Module::$blocks
.cms/block/find
and cms/block/migrate
. The migrate command is helpful when you want to delete an old block but assign its contents to a new block.22 May 2018, LUYA developer team