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.

Going past Actions in Laravel


Over the last year or so, the Action based approach has been gaining popularity in the Laravel world. I was a big fan of this and adopted it relatively early on
The post Going past Actions in Laravel appeared first on Laravel News.





Generate String Acronyms with this Laravel Macro


The Str Acronym package for Laravel provides a macro for generating acronyms from strings using the Str helper and supports the Stringable class.
The post Generate String Acronyms with this Laravel Macro appeared first on Laravel News.





Laravel Telescope Guzzle Watcher


The Laravel Telescope Guzzle Watcher is a Telescope plugin that provides Guzzle request and response logs within the Telescope UI.
The post Laravel Telescope Guzzle Watcher appeared first on Laravel News.





Laravel 10.8 Released


The Laravel team released Laravel 10.8, with method chaining indentation, syntactic sugar for Process::pipe() method, after validation rules, and more.
The post Laravel 10.8 Released appeared first on Laravel News.





Laravel FFMpeg tools


This package allows you to build FFMpeg strings in a fluent, easily maintainable way that feels familiar to php and Laravel devs.
The post Laravel FFMpeg tools appeared first on Laravel News.





Laravel Validate Package With Over 35 Pre-built Rules


The Laravel Validate package by Milwad simplifies Laravel validation with over 35 pre-built rule objects.
The post Laravel Validate Package With Over 35 Pre-built Rules appeared first on Laravel News.





Laracon AU is returning in 2023!


After four long years, Laracon is returning to Australia in 2023.
The post Laracon AU is returning in 2023! appeared first on Laravel News.





Lunar Headless E-Commerce for Laravel


Lunar is an open-source package that brings the power of modern headless e-commerce functionality to Laravel.
The post Lunar Headless E-Commerce for Laravel appeared first on Laravel News.





Convert HEIC Images to JPEG in PHP


The php-heic-to-jpg PHP package is the easiest way to convert HEIC (High-Efficiency Image Container) images to JPEG with PHP and Laravel framework.
The post Convert HEIC Images to JPEG in PHP appeared first on Laravel News.