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.

Ember 4.11 Released

Today the Ember project is releasing version 4.11 of Ember.js, Ember Data, and Ember CLI.





A Week of Symfony #844 (27 February - 5 March 2023)

This week, Symfony 5.4.21 and 6.2.7 maintenance versions were released. Meanwhile, the upcoming Symfony 6.3 version added support for managing command exit code while handling signals.





[extension] test1337

  1. Requirements
  2. Installation
  3. Usage
  4. Resources

...overview of the extension...
Requirements ...requirements of using this extension (e.g. Yii 2.0 or above)...





Laravel Notification Log


Laravel Notification Log is a package by Spatie to log notifications your Laravel app sends.
The post Laravel Notification Log appeared first on Laravel News.





Let’s Party: Organize your WP20 Celebration!

Join WordPress enthusiasts from across the globe on May 27, 2023, as they come together to celebrate its 20th anniversary!

Regardless of how you use WordPress or where you call home, you are invited to celebrate this great milestone. Plan a larger party that includes your entire meetup, spend the day coworking with a group of friends, or hang out virtually online.

Whatever your style, celebrate in your time zone, your way. WordPress has some resources to help you party.





Write better tests without Router mocks/stubs

Six months ago, we reached a significant milestone in Angular’s simplicity and developer experience by graduating the standalone APIs from developer preview. Today, we’re thrilled to share that we’re continuing the Angular Momentum with the biggest release since the initial rollout of Angular; making large leaps in reactivity, server-side rendering, and tooling.





Sharing PHPCS Rules Across Projects and Teams


Learn how to create a custom PHPCS Ruleset you can use across all your PHP projects.
The post Sharing PHPCS Rules Across Projects and Teams appeared first on Laravel News.





[extension] sharkom/yii2-cron

Yii2 Cron job Manager Create Cron jobs from browser, and look that run logs
Forked from vasadibt/yii2-cron with some modifications:

  1. Now it can run every kind of script, not only Yii2 console commands
  2. Added capability to have a log file in addition to DB logs
  3. Removed the runquick capabilities

ChangeLog 27/Feb/2023





Filter and Search Eloquent Models with the Model Filter Package


Laravel Model Filter offers a simple way to filter and search eloquent models by array parameters and query strings.
The post Filter and Search Eloquent Models with the Model Filter Package appeared first on Laravel News.