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.

OpenAI PHP Client


OpenAI PHP is a supercharged PHP API client that allows you to interact with OpenAI API.
The post OpenAI PHP Client appeared first on Laravel News.





Ember 4.8 Released

Today the Ember project is releasing version 4.8 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 4.9 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The ember-try addon is a great way to continuously test your projects against the latest Ember releases.
You can read more about our general release process here:





Unlock The Power Of TDD


Test-Driven development has become my preferred way of programming, and I want to show you why in my latest video course PEST Driven Laravel
The post Unlock The Power Of TDD appeared first on Laravel News.





Symfony 6.2.0-BETA1 released

Symfony 6.2.0-BETA1 has just been released.
Here is the list of the most important changes since 6.1:





[extension] prosite01/yii2-easy-webp

JPG, PNG and GIF to WEBP converter

  1. Installation
  2. Usage

The converter allows one line to display the html tag containing the source file and webp





A Week of Symfony #825 (17-23 October 2022)

This week, Symfony 6.2 development activity focused on merging lots of new features that will be polished during the next weeks until the Symfony 6.2 release at the end of November 2022.





New Meteor 2.8 and the new MongoDB Async API

I hope you all are doing well. Meteor 2.8 brings updates on Node to 14.21, which introduced security updates.





Automating your OpenAPI Documentation


Over the years, as developers, we have always looked for ways that we can automate our documentation, from PHPDoc to Swagger and beyond.
The post Automating your OpenAPI Documentation appeared first on Laravel News.