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.

Humanize String, Number, and Date Values into Readable Formats


The php-humanizer package by Norbert Orzechowicz humanizes readable values such as numbers, strings, dates, and more.





Introducing Fusion - write PHP inside Vue and React components

Aaron Francis just announced a new tool called Fusion that allows you to write PHP inside Vue and React components





Meteor 3.1.1 is here!

Scaling Meteor is both an art and a science.At Propiedata, a property management platform with features like virtual assemblies, dashboards, and real-time voting, chat, reactions and participation queues, we successfully scaled our app to handle peaks of 30,000 concurrent users. Here’s how we did it and the lessons learned along the way.





New Laravel Starter Kits are Coming Soon


During Taylor Otwell's talk at Laracon EU, he announced the release of Laravel 12 and brand new starter kits for Inertia and Laravel Livewire. These starter kits are impressive and due to release very soon!





Laravel Live UK


Join over 300 Laravel and PHP enthusiasts for inspirational talks, engaging networking and amazing learning opportunities at Laravel Live London.





Handling Missing Request Data in Laravel


Learn how to handle missing request data in Laravel using missing() and whenMissing(). Discover elegant ways to process optional fields and set default values.





Laravel 12 release date


Laravel 12 will be released February 24th, 2025





Laravel Cloud will launch February 24th, 2025


Laravel Cloud is your new fully managed infrastructure platform for Laravel. Go from Hello World to Hello Web in one minute or less.





Request Handling with PHP Enums in Laravel


Explore Laravel's enum support in request handling. Learn to process enumerated values safely and efficiently, ensuring data consistency when working with predefined sets of values.