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.

Effective Eloquent


Get ready to level up your Laravel skills with this tutorial on eloquent queries! You'll learn everything you need to know, from beginner to advanced techniques
The post Effective Eloquent appeared first on Laravel News.





Laravel 9.44 is released with native support for changing database columns and more


The Laravel team released 9.44 this week with Vite 4 support, per-channel notification connection config, native rename/drop for all database drivers, and more.
The post Laravel 9.44 is released with native support for changing database columns and more appeared first on Laravel News.





Steve vs Matt — How two developers approach the same problem


It's common to see two programmers who code the same feature differently. It's much less common for those two programmers to see eye-to-eye and remain friendly
The post Steve vs Matt — How two developers approach the same problem appeared first on Laravel News.





Make an impact on the Developer Ecosystem


New Global Developer Nation survey has started, you are officially invited, and your input could shape the future of the Developer Ecosystem.
The post Make an impact on the Developer Ecosystem appeared first on Laravel News.





Laravel 10 is now released!


Laravel 10 is now released, including a minimum PHP v8.1 version, a new Laravel Pennant package, invokable validation rules, native type declarations, and more...
The post Laravel 10 is now released! appeared first on Laravel News.





Supercharging Your Artisan Commands With Termwind


In this article, we'll take a look at what Termwind is, how to install it, and how to use it in your Artisan commands. We'll then update an old example Artisan command step-by-step to use Termwind and see how it improves the output.
The post Supercharging Your Artisan Commands With Termwind appeared first on Laravel News.





Laravel Holiday Giveaway


Once a year, Yaz, otherwise known as Mr. Ninja, runs his famous Laravel Holiday Giveaway - but what is it exactly? Some say he is like the Laravel Santa ...
The post Laravel Holiday Giveaway appeared first on Laravel News.





Singlestore for Laravel


Are you getting tired of MySQL headaches and facing scaling issues for your Laravel applications? Or looking for faster aggregations and analytical queries?
The post Singlestore for Laravel appeared first on Laravel News.





PHP 8.2 is released with read-only classes, new stand-alone types, trait constants, and more


The PHP team has released PHP 8.2 today with read-only classes, new stand-alone types, a new random extension, trait constants, and more.
The post PHP 8.2 is released with read-only classes, new stand-alone types, trait constants, and more appeared first on Laravel News.





Eloquent API Calls


Time and again, I have spoken about API integrations, and each time I find an improvement from the last, once more into the fray.
The post Eloquent API Calls appeared first on Laravel News.