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.

Artisan Tinker in Vim with Tinkeray


Vim Tinkeray is a plugin that adds Artisan tinker support to Vim with output in Ray debugger.
The post Artisan Tinker in Vim with Tinkeray appeared first on Laravel News.





Symfony 6.0.11 released

Symfony 6.0.11 has just been released.
Here is the list of the most important changes since 6.0.10:





Symfony 5.4.11 released

Symfony 5.4.11 has just been released.
Here is the list of the most important changes since 5.4.10:





Symfony 4.4.44 released

Symfony 4.4.44 has just been released.
Here is the list of the most important changes since 4.4.43:





Using Laravel Model Factories in your tests


Laravel Model factories are one of the best features you can use in your application for testing. In this tutorial, we will look at how to use them
The post Using Laravel Model Factories in your tests appeared first on Laravel News.





A Redesigned Artisan Serve Command in Laravel 9.22


The Laravel team released 9.22 with a redesigned artisan serve command, a fluent file validation rule builder, and more.
The post A Redesigned Artisan Serve Command in Laravel 9.22 appeared first on Laravel News.





Build APIs in Laravel With the Restify Package


Laravel Restify is a package to make a powerful JSON:API-compatible Rest API with Laravel.
The post Build APIs in Laravel With the Restify Package appeared first on Laravel News.