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.

Getting Started With PHP in 2022


Mohamed Said has a new video on the the Laravel YouTube channel for those getting started with PHP or wanting a refresher.
The post Getting Started With PHP in 2022 appeared first on Laravel News.





Provide Country and Other Locale Data in Laravel


Laravel World is a package providing a list of the countries, states, cities, currencies, and timezones.
The post Provide Country and Other Locale Data in Laravel appeared first on Laravel News.





Laravel 8.69 Released


The Laravel team released 8.69 with enum model casts, an enum validation rule, mask() method for Str and Stringable, and the latest changes in the v8.x branch.
The post Laravel 8.69 Released appeared first on Laravel News.





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.