Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

[extension] diggindata/yii2-kjua

QRCode (kjua) Extension for Yii 2

  1. Installation
  2. Usage
  3. Attributes List

This extension provides a kjua QR Code widget for Yii framework 2.0.
The kjua library is provided by github/lrsjng.





Build more accessible Angular apps

If you’ve looked at the Angular roadmap recently, you’d see that one of the major focuses of the Components team this year is accessibility. The outcome is better, more accessible components.This work will all come with no change required for application developers, ng update will deliver more accessible Angular Material experiences out of the box.





Laravel is 10 years old!


Today is officially the tenth birthday of the first beta release of Laravel and we've come a long way in those ten years.
The post Laravel is 10 years old! appeared first on Laravel News.





WordPress 5.8 Beta 1

WordPress 5.8 Beta 1 is now available for testing!

This software is still in development, so it is not recommended to run this version on a production site. Instead, we recommend that you run this on a test site to play with the new version.

You can test the WordPress 5.8 Beta 1 in two ways:





Use Leaflet.js and Google Maps Blade Components in Laravel


Laravel Maps is a package to easily create maps using Leaflet.js or Google Maps and Blade components.
The post Use Leaflet.js and Google Maps Blade Components in Laravel appeared first on Laravel News.





Conference schedule at SymfonyWorld Online 2021 Summer Edition done twice per day!

We're super pleased to announce that we are going to present the SymfonyWorld Online 2021 Summer Edition conference schedule twice per day. Meaning that you'll be able to follow the entire live conference twice per day no matter where you live in the world. Each day, the first conference schedule will start at 9:45 am UTC+2 with the opening session followed by the opening Keynote, then the exact same schedule will be repeated all over again from 4:45 pm UTC+2.





[news] Yii 1.1.24 is released and security support extended

First version of yiisoft/rate-limiter package was released.
RateLimiter helps to prevent abuse by limiting the number of requests that could be me made consequentially.
For example, you may want to limit the API usage of each user to be at most 100 API calls within a period of 10 minutes. If too many requests are received from a user within the stated period of the time, a response with status code 429 (meaning "Too Many Requests") should be returned.





[news] RateLimiter 1.0.0

First version of yiisoft/rate-limiter package was released.
RateLimiter helps to prevent abuse by limiting the number of requests that could be me made consequentially.
For example, you may want to limit the API usage of each user to be at most 100 API calls within a period of 10 minutes. If too many requests are received from a user within the stated period of the time, a response with status code 429 (meaning "Too Many Requests") should be returned.