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.

Extending PHP 8.1 enums with attributes


Borrowed from the concept of annotations in other languages, PHP attributes can add powerful functionality to your enums.
The post Extending PHP 8.1 enums with attributes appeared first on Laravel News.





Modelling Busines Processes in Laravel


As developers, we often map business processes to digital processes, from sending an email to something quite complex. Let's look at how we can clean this up.
The post Modelling Busines Processes in Laravel appeared first on Laravel News.





TypeScript Support Added to Laravel Breeze


The Laravel team released an update to the Laravel Breeze starter kit that includes typescript support.
The post TypeScript Support Added to Laravel Breeze appeared first on Laravel News.





Laravel 10.4 Released


The Laravel team released v10.4 with a File::json() method, converting existing HasMany relationships to a HasOne relationship, and more.
The post Laravel 10.4 Released appeared first on Laravel News.





MySQL for Developers Course is Live


MySQL for Developers is a free course consisting of over 7 hours and 64 videos with everything a developer needs to know about MySQL.
The post MySQL for Developers Course is Live appeared first on Laravel News.





Laravel Array Helpers Every Developer Should Know About


Learn about Laravel Array helpers that will save you time and simplify your code.
The post Laravel Array Helpers Every Developer Should Know About appeared first on Laravel News.





Passwordless Authentication in Laravel


Sometimes we don't want users to have passwords. Sometimes we want to send a magic link to a user's email address and have them click to gain access.
The post Passwordless Authentication in Laravel appeared first on Laravel News.





PEST 2.0 is Now Released


PEST, a testing framework that focuses on simplicity, has just launched v2.0. See what's new in this major milestone release.
The post PEST 2.0 is Now Released appeared first on Laravel News.





5 Tips and Tricks for working with the Laravel HTTP Client


In this article, we will explore five valuable tricks for working with the Laravel HTTP Client that can make your development experience more efficient and enjoyable.
The post 5 Tips and Tricks for working with the Laravel HTTP Client appeared first on Laravel News.