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.

Larastan v1.0 Released


Larastan released v1.0, a package to help analyze Laravel application code.
The post Larastan v1.0 Released appeared first on Laravel News.





Video: Getting ready for PHP 8.1


In this video, learn about some of the deprecations and changes coming to PHP 8.1 and how to start getting your apps ready.
The post Video: Getting ready for PHP 8.1 appeared first on Laravel News.





Create Rich Data Objects in Laravel


Laravel Data is a package by Spatie that enables the creation of rich data objects which can be used for form requests, data transformers, and more.
The post Create Rich Data Objects in Laravel appeared first on Laravel News.





Blast — Storybook UI Development for Laravel Blade


Storybook for Laravel Blade is a package to build component libraries using Laravel.
The post Blast — Storybook UI Development for Laravel Blade appeared first on Laravel News.





Laravel 8.68 Released


The Laravel team released 8.68 with new TestResponse dd() methods, more PHP 8.1 fixes, a "has any" JSON assertion and the latest changes in the v8.x branch.
The post Laravel 8.68 Released appeared first on Laravel News.





Soft Delete Child Models When a Parent is Deleted


Laravel Soft Deletes Parent is a package that soft deletes child models when a parent model is soft-deleted.
The post Soft Delete Child Models When a Parent is Deleted appeared first on Laravel News.





Enforce the Disposal of Objects in PHP


The using() PHP package enforces the disposal of objects in PHP
The post Enforce the Disposal of Objects in PHP appeared first on Laravel News.





Crawl and Index Your Website with Laravel Site Search


Laravel Site Search is a package by Spatie to create a full-text search index by crawling your site.
The post Crawl and Index Your Website with Laravel Site Search appeared first on Laravel News.





Laravel 8.65 Released


The Laravel team released 8.65 with the ability to generate test files during make commands, a string headline method, and the latest changes in the v8.x branch.
The post Laravel 8.65 Released appeared first on Laravel News.