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.

Configuring Laravel Pint


Laravel Pint is the hot new thing from the Laravel team. An excellent wrapper around PHP CS Fixer that is my go-to code standards tool.
The post Configuring Laravel Pint appeared first on Laravel News.





Laravel 9.47 Released


The Laravel team released 9.47 this week with new Eloquent collection visibility methods, "destroyable" singleton routes, support for lazy collections with the batch fake, and more
The post Laravel 9.47 Released appeared first on Laravel News.





WordPress is Turning 20: Let’s Celebrate!

2023 marks the 20th year of WordPress. Where would we all be without WordPress? Just think of that! While many technologies, software stacks, and fashion trends have come and gone throughout the past two decades, WordPress has thrived. This is due to the fantastic work and contributions of the WordPress community, comprised of thousands of contributors; and millions of users who have embraced the four freedoms of WordPress and the mission to democratize publishing.

Let’s celebrate!





Inspect and Develop Mail Templates with Laravel Mailbook


Laravel Mailbook is a package that lets you quickly inspect your mail templates without triggering them in your application.
The post Inspect and Develop Mail Templates with Laravel Mailbook appeared first on Laravel News.





[news] Yii Middleware Dispatcher 5.0.0

Major version of Yii Middleware Dispatcher package was released. This version has several changes:

  • Added ParametersResolverInterface to resolve parameters of middleware that are provided as callable.
  • Added support for callable middlewares and added debug info it's wrapper.
  • Wrapper factory has been removed in favor of ParametersResolverInterface.




Laravel 10 Bug Hunt


We will be holding a bug squashing contest to find and eliminate any pesky bugs that may be hidden in the new release. The winner of this contest will win $1,000!
The post Laravel 10 Bug Hunt appeared first on Laravel News.





[news] Yii Mailer Symfony Mailer 2.1.0

Major version of Yii Middleware Dispatcher package was released. This version has several changes:

  • Added ParametersResolverInterface to resolve parameters of middleware that are provided as callable.
  • Added support for callable middlewares and added debug info it's wrapper.
  • Wrapper factory has been removed in favor of ParametersResolverInterface.




CRUD Operations Using Laravel Livewire


Check out this step-by-step tutorial on how to execute CRUD operations using Laravel Livewire.
The post CRUD Operations Using Laravel Livewire appeared first on Laravel News.





A Week of Symfony #836 (2-8 January 2023)

This week, the upcoming Symfony 6.3 version introduced a getEnum() method in ParameterBag and a new WithLogLevel attribute to set the log level for exceptions. In addition, Symfony announced its first official conferences for 2023.