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.

Replace Raw Query Calls With Laravel Query Expressions


The Query Expressions package for Laravel replaces raw query calls with expressions. Learn how this package can help you avoid writing database-specific queries.
The post Replace Raw Query Calls With Laravel Query Expressions appeared first on Laravel News.





Pest Architecture Plugin


With the release of PestPHP v2, we can now test the architecture of our applications. In this tutorial, we will walk through how to use this plugin.
The post Pest Architecture Plugin appeared first on Laravel News.





Static Analysis for Laravel Blade Templates


Bladestan adds static analysis in PHPStan for Blade templtes.
The post Static Analysis for Laravel Blade Templates appeared first on Laravel News.





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.