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.

The Next Laravel Worldwide Meetup is Today


The Next Laravel Worldwide meetup is today, with talks from Luke Downing and Aaron Francis talking about Pest PHP and Laravel Sidecar.
The post The Next Laravel Worldwide Meetup is Today appeared first on Laravel News.





Symfony Sponsoring Program

The Symfony Open Source project is supported by a company called Symfony SAS.
This company sponsors the project by paying for contributions from Nicolas Grekas,
Fabien Potencier and Javier Eguiluz.





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.





[extension] yagas/yii2-actionfilter-rsa

RSA ActionFilter

  1. Installation
  2. Usage

RSA Verify Filter
Installation The preferred way to install this extension is through composer.
Either run





A Week of Symfony #769 (20-26 September 2021)

This week, Symfony announced that Flex is going serverless. This will simplify our operations and will allow you to host custom recipes in your own repositories and to add features on top of the public Flex API.





[news] Html 2.1.0

HTML package version 2.1.0 was released.
In this release Noscript tag was added along with shortcuts for Script via methods Script::noscript() and Script::noscriptTag().





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.