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.

Laravel Valet 3 Released With Multi-Version PHP Support


The Laravel team released the next major version of Laravel Valet (3.0), which introduces running multiple versions of PHP in Valet applications side-by-side.
The post Laravel Valet 3 Released With Multi-Version PHP Support appeared first on Laravel News.





Visit is a Beautiful HTTP CLI Tool for Humans


Visit is a CLI tool by Spatie to see an HTTP response in a beautiful way.
The post Visit is a Beautiful HTTP CLI Tool for Humans appeared first on Laravel News.





Glob-like File and Pattern Matching Utilities for PHP


Splat is a utility that provides glob-like file and pattern matching for PHP.
The post Glob-like File and Pattern Matching Utilities for PHP appeared first on Laravel News.





Find Missing Translations with the Laravel Translations Checker


The Laravel Translations Checker package finds missing translations in the languages you support.
The post Find Missing Translations with the Laravel Translations Checker appeared first on Laravel News.





Given-When-Then Plugin for Pest


Given-When-Then (GWT) is a plugin that brings behavioral style testing to Pest.
The post Given-When-Then Plugin for Pest appeared first on Laravel News.





Use Laravel Dusk to Test JS-Based Applications


Laravel Husk is a thin, light scaffolded Laravel Dusk environment that allows you to test JavaScript applications with Pest and PHP.
The post Use Laravel Dusk to Test JS-Based Applications appeared first on Laravel News.





Tutorial: Build Metabase Maps with Geocodio


This tutorial will show you how to pull in all the geographical data you need from Geocodio to fully utilize Metabase maps, complete with production-ready Laravel code.
The post Tutorial: Build Metabase Maps with Geocodio appeared first on Laravel News.





Detect and Change Indentation With PHP


The indentation package is a PHP library to detect and manipulate indentation of strings and files.
The post Detect and Change Indentation With PHP appeared first on Laravel News.





Laravel Livewire Form Wizard


Laravel Livewire Wizard is a Livewire component that provides you with a wizard that supports multiple steps form while maintaining state.
The post Laravel Livewire Form Wizard appeared first on Laravel News.