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.

Getting started with Laravel Scout and Meilisearch


We have all needed to add some sort of search to our applications before, this tutorial will walk you through how you can use Laravel Scout and Meilisearch.
The post Getting started with Laravel Scout and Meilisearch appeared first on Laravel News.





Running PHPStan on max with Laravel


Over the last few years static analysis in PHP, and more specifically Laravel, has become more and more popular. Follow this tutorial and start using it today
The post Running PHPStan on max with Laravel appeared first on Laravel News.





ORM Caching Package for Laravel


LaraCache is an ORM-based package for Laravel to create, update and manage cache items based on model queries.
The post ORM Caching Package for Laravel appeared first on Laravel News.





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.