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.

SymfonyCon Brussels 2023: Call for IT student volunteers

SymfonyCon Brussels 2023 will take place on December 7-8 at the Square conference center for the annual international Symfony conference! Again this year, we are proud to offer IT students the opportunity to participate as volunteers during this event.





Create Tables for Your Models with Livewire Tables


The Livewire Tables package brings dynamic tables for models to Laravel Livewire. This package has lots of customization options and is easy to get started with.
The post Create Tables for Your Models with Livewire Tables appeared first on Laravel News.





Laravel Collective HTML package is abandoned


The Laravel Collective recently announced that they are abandoning the project, and once Laravel 11 is out, it'll no longer work.
The post Laravel Collective HTML package is abandoned appeared first on Laravel News.





SymfonyLive Berlin 2023 starts in a month!


SymfonyLive Berlin 2023 will start in a month's time!





PHP Conference Japan 2023

PHP Conference Japan 2023 is the largest PHP event in Japan and has been held once a year since 2000.
As an event for a popular language, it is attended by a wide range of web engineers, from beginners to advanced users.

Date: October 8, 2023
Location: Tokyo, Japan.

For more details, See the event page.





Laravel 10.22 Released


This week, the Laravel team released v10.21.1 and v10.22 with ULID testing helpers, precognition testing helpers, Enum support with Rule::in(), and more:
The post Laravel 10.22 Released appeared first on Laravel News.





Laravel 10.21 Released


This week, the Laravel team released v10.21 with new string helper methods, countable failed job providers, improved HTTP pool return type, and more.
The post Laravel 10.21 Released appeared first on Laravel News.





Symfony 7.0 Type Declarations

Symfony has been on a multi-year effort to add all PHP type declarations to its code. After adding parameter types in Symfony 5, and many return types in Symfony 6, we are getting close to end of the initiative in Symfony 7.0.





Run GitHub Actions Locally with Act


You can run GitHub actions locally with a CLI tool called nektos/act which reads your .github workflows and determines the actions that need to run.
The post Run GitHub Actions Locally with Act appeared first on Laravel News.