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 HTTP Client Logger


HTTP Client Logger is a logger for the built-in Laravel HTTP client.
The post Laravel HTTP Client Logger appeared first on Laravel News.





Smart Error Checking and Refactoring Development Tool for Laravel


Microscope is a Laravel development tool that includes smart checks to discover errors related to your applications.
The post Smart Error Checking and Refactoring Development Tool for Laravel appeared first on Laravel News.





Short URL Package for Laravel Applications


Short URL by Ash Allen, is a package for creating shortened URLs to your existing Laravel applications.
The post Short URL Package for Laravel Applications appeared first on Laravel News.





Group multiple boolean attributes in Laravel Nova


Learn how to streamline and minimize your Nova UI by customizing a BooleanGroup
The post Group multiple boolean attributes in Laravel Nova appeared first on Laravel News.





Speed Up Asset Builds with Airdrop for Laravel


Airdrop is a package for Laravel that speeds up code deployments by skipping asset builds whenever possible.
The post Speed Up Asset Builds with Airdrop for Laravel appeared first on Laravel News.





ElasticSearch Driver for Laravel Scout


Explorer is a next-gen Elasticsearch driver for Laravel Scout, with the power of Elasticsearch’s queries.
The post ElasticSearch Driver for Laravel Scout appeared first on Laravel News.





Google Natural Language API for Laravel


The laravel-natural-language package makes using the Google Natural Language Processing (NLP) API in your Laravel app a breeze.
The post Google Natural Language API for Laravel appeared first on Laravel News.





Notion API for Laravel


Notion API for Laravel is a package to effortlessly create Notion integrations with Laravel.
The post Notion API for Laravel appeared first on Laravel News.





Find N+1 problems instantly by disabling lazy loading


Learn about the strict lazy loading setting that allows you to disable it entirely for non-production environments.
The post Find N+1 problems instantly by disabling lazy loading appeared first on Laravel News.