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.

A Collection of ISO standards as PHP Enums


The PrinsFrank/standards package is a collection of standards as PHP Enums for common language ISO codes, country codes, and currencies.
The post A Collection of ISO standards as PHP Enums appeared first on Laravel News.





Supercharged pipelines for Laravel


The chefhasteeth/pipeline package for Laravel adds a few unique features to the built-in pipeline functionality.
The post Supercharged pipelines for Laravel appeared first on Laravel News.





API Integrations using Saloon in Laravel


We have all been there, we want to integrate with a 3rd party API in Laravel and we ask ourselves "How should I do this?", is Saloon the right choice for you?
The post API Integrations using Saloon in Laravel appeared first on Laravel News.





Manage navigational elements in Laravel apps


Laravel Navigation is a package by Spatie to manage menus, breadcrumbs, and other navigational elements in Laravel apps.
The post Manage navigational elements in Laravel apps appeared first on Laravel News.





Render files from the command line with Blade


With the Laravel Blade CLI package, you can use the Blade engine to render files from the command line.
The post Render files from the command line with Blade appeared first on Laravel News.





New Relic Package for Laravel Apps


The Laravel New Relic package enhances New Relic performance monitoring for Laravel apps.
The post New Relic Package for Laravel Apps appeared first on Laravel News.





Laravel 9.16 Released


The Laravel team released 9.16 with additional UUID testing helpers, a new Eloquent method, user authentication for Pusher, and more
The post Laravel 9.16 Released appeared first on Laravel News.





Laravel Pipeline Query Collection


The Laravel Pipeline Query Collection package contains a collection of Eloquent query filters for pipelines.
The post Laravel Pipeline Query Collection appeared first on Laravel News.