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.

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.





Laravel 9.37 Released


The Laravel team released 9.37 this week along with a few patch releases between 9.37 and the release of Laravel 9.36.
The post Laravel 9.37 Released appeared first on Laravel News.





OpenAI PHP Client


OpenAI PHP is a supercharged PHP API client that allows you to interact with OpenAI API.
The post OpenAI PHP Client appeared first on Laravel News.





Unlock The Power Of TDD


Test-Driven development has become my preferred way of programming, and I want to show you why in my latest video course PEST Driven Laravel
The post Unlock The Power Of TDD appeared first on Laravel News.