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.

Quickly test the performance of your Laravel app with the Benchmarking helper


With the release of Laravel 9.32, a benchmarking helper was introduced, which is useful for quickly testing performance of certain parts of your application.
The post Quickly test the performance of your Laravel app with the Benchmarking helper appeared first on Laravel News.





Writing to the Database with Eloquent


Eloquent is one of the most powerful and amazing features in a modern framework today. From casting data to value objects, transactions, and relationships.
The post Writing to the Database with Eloquent appeared first on Laravel News.





Laravel 9.32 Released


The Laravel team released 9.32 with dd() file and line output, encrypting and decrypting .env files, a short syntax for blade component attributes, and more.
The post Laravel 9.32 Released appeared first on Laravel News.





Meilitools offers advanced Meilisearch index features in Laravel Scout


Laravel Meilitools provides additional tools for Laravel Scout 9+ integration with MeiliSearch.
The post Meilitools offers advanced Meilisearch index features in Laravel Scout appeared first on Laravel News.





Upcoming Livewire v3 Features and Changes


In this article, learn about some of the big features coming to Laravel Livewire v3.
The post Upcoming Livewire v3 Features and Changes appeared first on Laravel News.





Laravel 9.31 Released


The Laravel team released 9.31 with a request lifecycle duration handler, update model without changing timestamps, fake batches for testing, and more.
The post Laravel 9.31 Released appeared first on Laravel News.





Setting up your Data Model in Laravel


The data model is one of the most important parts of any Laravel application, many systems are designed around this data model so we approach it first.
The post Setting up your Data Model in Laravel appeared first on Laravel News.