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.

Laravel 9.39 Released


The Laravel team released 9.39 this week with Blade template fragments, source output in collection dumps, a new database empty assertion, and more.
The post Laravel 9.39 Released appeared first on Laravel News.





Ramsey UUID Adds Support for v8


The popular PHP UUID library by Ben Ramsey released a new version with support for UUID v8, custom UUIDs.
The post Ramsey UUID Adds Support for v8 appeared first on Laravel News.





Reaching for Facades


Facades, people seem to love them or hate them. Either way, they are a natural part of what Laravel is today. Laravel Facades aren't strictly facades, are they?
The post Reaching for Facades appeared first on Laravel News.





Assert DOM Elements in Laravel Tests


The Laravel DOM Assertions package by René Sinnbeck adds helpful DOM assertion helpers to Laravel's TestResponse class
The post Assert DOM Elements in Laravel Tests appeared first on Laravel News.





Laravel 9.38 Released


The Laravel team released 9.38 with isolated artisan commands, conditionally set notification middleware, max exceptions for queueable notifications, and more.
The post Laravel 9.38 Released appeared first on Laravel News.





Multi-purpose Value Objects for Laravel


Laravel Value Objects is a collection of general-purpose value objects you can use in your Laravel application.
The post Multi-purpose Value Objects for Laravel appeared first on Laravel News.





Summarize your pull requests in seconds with What The Diff


The AI-powered GitHub app that explains the changes within your pull requests in plain English.
The post Summarize your pull requests in seconds with What The Diff appeared first on Laravel News.





Laravel Model Flags Package


Laravel Model Flags is a package by Spatie to allow you to add flags to an Eloquent model.
The post Laravel Model Flags Package appeared first on Laravel News.





Modern PHP features explained - PHP 8.0 and 8.1


Since its release, PHP 8 has been a game changer. In this tutorial, let's walk through all the latest features with real-world examples of when to use them.
The post Modern PHP features explained - PHP 8.0 and 8.1 appeared first on Laravel News.