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 8.71 Released


The Laravel team released 8.71 with a @js blade directive, declined validation rules, the ability to flush macros, and the latest changes in the v8.x branch.
The post Laravel 8.71 Released appeared first on Laravel News.





The [New] State of CSS in Angular

The Angular Compiler (which we call ngc) is the tool used to compile Angular applications and libraries. ngc is built on the TypeScript compiler (called tsc) and extends the process of compiling TypeScript code to add additional code generation related to Angular’s capabilities.Angular’s compiler serves as a bridge between developer experience and run time performance: Angular users author applications against an ergonomic, decorator-based API, and ngc translates this code into more efficient runtime instructions.





Black Friday 2021 Offers from the Symfony Ecosystem

This year, the traditional Black Friday offers for Symfony ecosystem come early.
Hurry up because they won't repeat until next year!





Laravel Cache Helper Package


The laravel-cache package by Andrey Helldar provides a helper for working with cache in Laravel.
The post Laravel Cache Helper Package appeared first on Laravel News.





Conduct better email testing with Mail Intercept


Mail Intercept for Laravel is a new way of testing mail by intercepting, not faking, email so we can dissect it, turn it upside down, and inspect everything.
The post Conduct better email testing with Mail Intercept appeared first on Laravel News.





WP Briefing: Episode 20: WordPress=Blogging+

In this episode, WordPress’s Executive Director, Josepha Haden Chomphosy, answers two recently asked questions. Tune in to hear what those questions were and her response, in addition to this week’s small list of big things.

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.





Multi-tenant SaaS boilerplate for Laravel


An application skeleton on top of which you can build your multi-tenant SaaS.
The post Multi-tenant SaaS boilerplate for Laravel appeared first on Laravel News.