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.

Define a Route Group Controller in Laravel 8.80


The Laravel team released 8.80 with route group controllers, rendering a string with the Blade compiler, and more.
The post Define a Route Group Controller in Laravel 8.80 appeared first on Laravel News.





Write API Integrations in Laravel and PHP Projects with Saloon


Saloon is a Laravel/PHP package that allows you to write your API integrations in a beautiful, standardized syntax.
The post Write API Integrations in Laravel and PHP Projects with Saloon appeared first on Laravel News.





Alpine.js Focus Plugin


Caleb Porzio released a new focus plugin for Apline.js, which allows you to manage focus on a page.
The post Alpine.js Focus Plugin appeared first on Laravel News.





Laravel 8.79 Released


The Laravel team released 8.79 with a full-text search for MySQL and PostgreSQL, new Stringable methods, and the latest changes in the v8.x branch.
The post Laravel 8.79 Released appeared first on Laravel News.





Laravel “Pipe Through” Collections Method


Laravel v8.78.1 introduces a pipeThrough() collection method, allowing developers to insert an array of callbacks that can manipulate collections.
The post Laravel “Pipe Through” Collections Method appeared first on Laravel News.





Server-side Rendering for Inertia.js


The Inertia team announced the release of server-side rendering (SSR) for Inertia.js.
The post Server-side Rendering for Inertia.js appeared first on Laravel News.





Generate Intervals of Time With the Laravel Hours Helper


With the Laravel Hours Helper package, you can create a collection of dates and/of times with a specific interval (in minutes) for a particular period.
The post Generate Intervals of Time With the Laravel Hours Helper appeared first on Laravel News.





Media Upload Component for Vue 3


The media-upload package is a Vue 3 component for multi-image upload with preview. Media Upload supports creating and updating images and handles uploads for you.
The post Media Upload Component for Vue 3 appeared first on Laravel News.