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.

Using the AWS PHP SDK


Let's see how to use the AWS PHP SDK in this tutorial.
The post Using the AWS PHP SDK appeared first on Laravel News.





Send Email With Exchange Web Services in Laravel


Laravel Exchange Web Services (EWS) Email is a package for sending Email via Microsoft Exchange Web Services easily.
The post Send Email With Exchange Web Services in Laravel appeared first on Laravel News.





Should you use Lumen for a speed boost?


Should you use Lumen today, in 2021? No, you are better off with Laravel and Octane.
The post Should you use Lumen for a speed boost? appeared first on Laravel News.





Enhanced PostgresSQL Driver for Laravel


Laravel PostgreSQL Enhanced is a package that offers many missing PostgreSQL-specific features to Laravel.
The post Enhanced PostgresSQL Driver for Laravel appeared first on Laravel News.





Use Apache Kafka With Laravel


Laravel Kafka is a package for using Apache Kafka producers and consumers in your Laravel app with ease.
The post Use Apache Kafka With Laravel appeared first on Laravel News.





Using SQS FIFO Queues


Learn about using Amazon SQS with FIFO Queues
The post Using SQS FIFO Queues appeared first on Laravel News.
Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.





Application Performance Monitoring (APM): Why You Need It


Application Performance Monitoring (APM), as the name suggests, is the process of monitoring the performance of the many aspects of your application.
The post Application Performance Monitoring (APM): Why You Need It appeared first on Laravel News.