[news] Yii Middleware Dispatcher 5.2
Minor version of Yii Middleware Dispatcher package is released. This version adds support for invokable class names & implementations of Psr\Http\Server\RequestHandlerInterface.
View Article[news] Debug extension 2.1.25 released
Debug extension version 2.1.25 was released. This release: Fix accessing toolbar data if it's not available. See the CHANGELOG for details.
View Article[news] Queue extension 2.3.6 released
Queue extension version 2.3.6 was released. This release: Added ability to configure keepalive and heartbeat for AMQP and AMQP interop Added ability to push message with headers for AMQP interop driver...
View Article[news] Yii VarDumper 1.7
Minor version of Yii VarDumper package is released. Add a middleware handler to control dumps' output destination and his implementations: EchoHandler — uses echo to write to stdout stream (used by...
View Article[news] Yii Cache File Handler 3.1
Minor version of Yii Cache File Handler package is released. Added optional parameter $directoryMode to FileCache constructor and deprecate withDirectoryMode() method. Minor refactoring with PHP 8...
View Article[news] Yii Strings 2.3
Minor version of Yii Strings package was released. In this release added stringable object support to NumericHelper::normalize().
View Article[news] Yii Auth 3.1
Minor version of Yii Auth package was released. In this release: Added memoization for WildcardPattern in Authentication middleware. Added Language JetBrains attribute to $pattern property in...
View Article[news] Yii Event 2.1.0
Minor version of Yii Event package was released. This release adds the ability to configure the events configuration group name in params.
View Article[news] Yii DB and drivers updates
Yii Database package was tagged along with its drivers. Yii Database 1.2 Deprecate TableSchemaInterface::compositeForeignKey() and SchemaInterface::TYPE_JSONB Enhanced documentation of batchInsert()...
View Article[news] Yii 1.1.29 is released
We are very pleased to announce that Yii Framework version 1.1.29 is released. You can download it at yiiframework.com/download/. Yii 1.1.29 improves compatibility with PHP 8.2 and includes a security...
View Article[news] Yii Widget 2.1
Minor version of Yii Widget package is released. Added widget themes. Added protected method Widget::getThemeConfig() that allows to implement a logic of configuring a theme. Fixed merge constructor...
View Article[news] Yii Config 1.4
Yii Config package got a minor version. In this version we add new option package-types that define package types for process by composer plugin. By default, it is "library" and "composer-plugin". You...
View Article[extension] slideradmin
Requirements Installation Usage Resources This is an application template created using yii2 basic application template to demonstrate the usage of my extention slideradmin Requirements...
View Article[news] Yii HTML 3.2
Version 3.2 of Yii HTML package is released. There are some improvements and fixes: added $attributes parameter to Html::ul() and Html::ol(); allowed pass null as class to Html::addCssClass(), nulled...
View Article[wiki] How to add a DropDown Language Picker to the Menu
How To Add Internationalisation to the Menu in Yii2 Basic (Bootstrap 5) ¶ Create the required Files Edit the /config/web.php file Edit all the files in the "views" folder and any sub folders Create the...
View Article[news] Yii HTML 3.3
Version 3.3 of Yii HTML package is released. There are some improvements and fixes: added class for tag html and method Html::html(); replaced constant PHP_EOL to "\n"; don't add "class" attribute in...
View Article[news] Yii Factory 1.2
Version 1.2 of Yii Factory package is released. There are one improvement, the container is made optional.
View Article[wiki] Create Bootstrap5 based Image carousel with thumbnails
Use the following css styles for carousel to work as expected. .product_img_slide { padding: 100px 0 0 0; } .product_img_slide > .carousel-inner > .carousel-item { overflow: hidden; max-height:...
View Article[wiki] How to add a DropDown Language Picker (i18n) to the Menu
How To Add Internationalisation to the NavBar Menu in Yii2 ¶ Create the required Files Edit the /config/web.php file Edit all the files in the "views" folder and any sub folders Create the texts to be...
View Article