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.

ImapEngine is a simple API for managing mailboxes without the PHP extension


Steve Bauman talks with us about his newest package, ImapEngine, which provides a simple API for managing mailboxes -- without the PHP extension.





CSS Snapshot 2024 Published as W3C Group Note

The CSS Working Group published the CSS Snapshot 2024 as a Group Note. This document collects together into one definition all the specifications that together form the current state of Cascading Style Sheets (CSS) as of 2024. The primary audience is CSS implementers, not CSS authors, as this definition includes modules by specification stability, not Web browser adoption rate. 





Getting to Know Laravel's New Starter Kits


With the release of Laravel 12, we have three new starter kits for React, Vue, and Livewire. Each starter kit also has a WorkOS AuthKit variant. These kits are beautiful inside and out, from the code to the UI!





Introducing Laravel Cloud

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





How We Scaled Meteor to Handle 30,000 Concurrent Users at Propiedata

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.





Laravel 12 is Now Released


Laravel 12 has been released. It introduces new starter kits for React, Vue, and Livewire and updates the latest upstream dependencies.





New Core Team Members, 2025 Edition

A few weeks ago, I had the pleasure of announcing the formation of the Symfony
UX Core Team, a dedicated group working to enhance the frontend development
experience within the Symfony ecosystem.
Today, I'm equally excited to share another significant development for our
community: we are expanding the Symfony Core Team by welcoming four new
contributors.





Fire Tower: Application & Config Monitoring


Fire Tower is a Laravel package and service to keep tabs on your applications. Let us keep watch on your config, package versions, and more.





Eloquent Relationship Queries in Laravel with whereRelation


Unlock the power of Laravel's whereRelation method for streamlined relationship filtering. Build expressive queries that filter models based on related data without complex joins.





Streamline Your Laravel Models with Stringable Attributes


Master Laravel's AsStringable cast for enhanced string manipulation. Transform your model attributes into powerful Stringable objects for cleaner, more expressive code.