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.

A Week of Symfony #815 (8-14 August 2022)

This week, the biggest new feature added to the upcoming Symfony 6.2 version was an access token authenticator. This security authenticator is able to fetch a token in the request header and retrieve the associated user identifier. It supports custom tokens and self-contained tokens such as JWT, Paseto, and SAML.





Zero Hassle CLI Application with Laravel Zero


How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.
The post Zero Hassle CLI Application with Laravel Zero appeared first on Laravel News.





How I develop applications with Laravel


I get asked a lot about how you work with Laravel. So in this tutorial, I will walk through my typical approach to building a Laravel application.
The post How I develop applications with Laravel appeared first on Laravel News.





Meteor Monthly Update — July 2022

Azumuta digitizes shop floor operations & eliminates paperwork with an integrated SaaS platform & mobile app built with Meteor. Here’s why they became #1:[image source: Azumuta]The digital revolution in shop floor operations is rapidly boosting factory productivity and production quality across the board. And we’re here for it!





The State of end-to-end testing with Angular

Six months ago, we reached a significant milestone in Angular’s simplicity and developer experience by graduating the standalone APIs from developer preview. Today, we’re thrilled to share that we’re continuing the Angular Momentum with the biggest release since the initial rollout of Angular; making large leaps in reactivity, server-side rendering, and tooling.





Laravel 9.24 Released


The Laravel team released 9.24 with new artisan "db" commands, a new built-in validation rule, restoring soft-deleted models without any events, and more.
The post Laravel 9.24 Released appeared first on Laravel News.





[news] ElasticSearch extension 2.1.3 released

We are very pleased to announce the release of ElasticSearch extension version 2.1.3. This release:

  • Adds support for runtime mappings in Elasticsearch 7.11+.
  • Updates API calls for compatibility with Elastcisearch 8+.
  • Adds "match" and "match_phrase" queries to query builder.

See the CHANGELOG for details.





JSON API Resources in Laravel


Consistent API responses are important these days, and finding a standard is a great way to level up your approach. In this tutorial, we will look at JSON API
The post JSON API Resources in Laravel appeared first on Laravel News.