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.

Drupal Mountain Camp 2024

We are thrilled to announce the 4th edition of Drupal Mountain Camp, taking place from March 7th to March 10th, 2024, in Davos, Switzerland.





Use Model shouldBeStrict when starting a new Laravel app

So you have an idea for a brand new app. You install Laravel, you're ready to get started. What's the first thing you should do?
For me, I open up the app service provider and go down to the boot method and set the global Model::shouldBeStrict():





Simpler Versioning for Symfony Docs

Symfony Documentation is managed separately from code, on its own
symfony/symfony-docs repository. This eases the contributions to code/docs
and allows to have different reviewers and maintainers for each.





Angular Developer Survey 2023

Lighting consoles are electronic devices used in theatrical lighting design to control multiple stage lights at once. Traditionally, lighting consoles are standalone physical devices. The nstudio team wanted to bring the power and versatility of the lighting console to mobile devices. This is the story of how we used Angular and NativeScript to bring that vision to reality.





Flystorage is a Filesystem Equivalent Package for Node.js

Flysystem developer Frank de Jonge created Flystorage, a single API to integrate with many storage solutions for Node.js, written in Typescript.





Generating slugs from a title in Filament

The Filament documentation offers a nice copy-and-paste solution for generating slugs from a title.