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.

Create Repeatable Models with Laravel Recurring Models


The Recurring Models package for Laravel is the ultimate solution for adding recurring functionality to your Laravel Models.
The post Create Repeatable Models with Laravel Recurring Models appeared first on Laravel News.





Laravel Artisan Raycast Extension


Kevin Batdorf has created a Raycast extension to search and browse all the Artisan commands
The post Laravel Artisan Raycast Extension appeared first on Laravel News.





WP Briefing: Episode 55: Happy Anniversary, WordPress!

Join WordPress Executive Director Josepha Haden Chomphosy in the 55th episode of the WordPress Briefing as she looks back at the 20 years of WordPress and how the open source community made WordPress what it is today.

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.





Symfony 6.3.0-BETA2 released

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





A Week of Symfony #853 (1-7 May 2023)

This week, the first beta of Symfony 6.3 was released so you can test it in your applications before its final release at the end of May 2023. Meanwhile, Symfony UX 2.8 version was published with two new components and massive updates in live components.





SymfonyOnline June 2023 - Enhance your skills by participating in workshops!


Get ready to enhance your skills and knowledge with SymfonyOnline June 2023 that's just a few weeks away! Starting on June 13-14, you'll have the opportunity to participate in a variety of pre-conference workshops conducted exclusively in English.





New in Symfony 6.3: Performance Improvements

Symfony project is continuously making code changes and tweaks to improve
performance across its codebase. In Symfony 6.3 we made the following relevant
changes related to performance:





PostgreSQL Full Text Search for Laravel Scout


Use PostgreSQL native full text search in Laravel Scout with this community package.
The post PostgreSQL Full Text Search for Laravel Scout appeared first on Laravel News.