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.

Eloquent Attribute Casting


Eloquent Castable attributes are one of the more powerful features of Laravel, some people use them religiously while others tend to shy away from them.
The post Eloquent Attribute Casting appeared first on Laravel News.





Skip Webpack when Testing


Learn how to skip Webpack during your tests or your CI pipeline
The post Skip Webpack when Testing appeared first on Laravel News.





Laravel Pint


The long awaited hype train is finally over, Laravels latest open source CLI app has been released and we got our hands on it to tell you all about it.
The post Laravel Pint appeared first on Laravel News.





Laravel 9.18 Released


The Laravel team released 9.18 jam-packed with amazing features and improvements. Let's look at the standout new features now available in Laravel 9!
The post Laravel 9.18 Released appeared first on Laravel News.





Getting started with Laravel Scout and Meilisearch


We have all needed to add some sort of search to our applications before, this tutorial will walk you through how you can use Laravel Scout and Meilisearch.
The post Getting started with Laravel Scout and Meilisearch appeared first on Laravel News.





Running PHPStan on max with Laravel


Over the last few years static analysis in PHP, and more specifically Laravel, has become more and more popular. Follow this tutorial and start using it today
The post Running PHPStan on max with Laravel appeared first on Laravel News.





ORM Caching Package for Laravel


LaraCache is an ORM-based package for Laravel to create, update and manage cache items based on model queries.
The post ORM Caching Package for Laravel appeared first on Laravel News.