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.

[news] Assets 2.0.0

Version 2.0.0 of assets package was released improving public API for more convenient use.
Previously you had to specify assets registered as array:
$assetManager->register([\App\Assets\MainAsset::class]);

but since the case of registering multiple assets is not that common, the method now accepts a single asset class:





The Month in WordPress: October 2021

October 2021 brought a lot of new things to WordPress, from release updates to new versions of Gutenberg.





Getting Started With PHP in 2022


Mohamed Said has a new video on the the Laravel YouTube channel for those getting started with PHP or wanting a refresher.
The post Getting Started With PHP in 2022 appeared first on Laravel News.





Provide Country and Other Locale Data in Laravel


Laravel World is a package providing a list of the countries, states, cities, currencies, and timezones.
The post Provide Country and Other Locale Data in Laravel appeared first on Laravel News.





Angular v13 is now Available

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.





Laravel 8.69 Released


The Laravel team released 8.69 with enum model casts, an enum validation rule, mask() method for Str and Stringable, and the latest changes in the v8.x branch.
The post Laravel 8.69 Released appeared first on Laravel News.





New in Symfony 5.4: Console Autocompletion

Symfony 5.4 and Symfony 6.0 will be released simultaneously at the end of
November 2021. According to the Symfony release process, both versions will
have the same features, but Symfony 6.0 won't include any deprecated features.