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.

New in Symfony 6.3: Clock Improvements

In Symfony 6.2 we introduced a new Clock component so you can decouple your
applications from the system clock (e.g. to create better time-sensitive tests).
In Symfony 6.3 we've improved it with new features.





Write Shell Scripts like Blade Components With Task Runner


Learn about Laravel Task Runner, a package by Pascal Baljet that lets you write Shell scripts like Blade Components and run them locally or on a remote server.
The post Write Shell Scripts like Blade Components With Task Runner appeared first on Laravel News.





How Sentry Can Improve Your Laravel Application


Using an application monitoring platform can help identify & fix errors quickly. Learn how to use Sentry to monitor & improve Laravel performance issues here.
The post How Sentry Can Improve Your Laravel Application appeared first on Laravel News.





Meteor.js with Vite, Solid, and Tailwind CSS

In the world of web development, choosing the right tools can make a significant difference in the efficiency and quality of your projects. In this blog post, we will learn how to create a new project using four powerful tools: Meteor.js, Vite, Solid, and Tailwind CSS. This combination can elevate our development experience.





SymfonyOnline June 2023 - Take the lightning talks challenge!


SymfonyOnline June 2023 is just around the corner, happening on June 15-16. Amazing speakers and topics have been announced! The detailed schedule is available here.

Exciting news!





Statamic 4 Released


Statamic 4 brings improvements to every part of the CMS. The Control Panel now offers an even better user experience and the entire code base got modernized.
The post Statamic 4 Released appeared first on Laravel News.





Laravel 10.10 Released


Laravel 10.10 brings Sleep class for faster tests, hashed attribute casting, and isolatable commands. Exciting new features in this release!
The post Laravel 10.10 Released appeared first on Laravel News.