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.

Convert HEIC Images to JPEG in PHP


The php-heic-to-jpg PHP package is the easiest way to convert HEIC (High-Efficiency Image Container) images to JPEG with PHP and Laravel framework.
The post Convert HEIC Images to JPEG in PHP appeared first on Laravel News.





Laravel 10.7 Released


Laravel 10.7 added pipe() to run commands in sequence, setValue() to Validator, and the ability to assert invokable event listeners in tests.
The post Laravel 10.7 Released appeared first on Laravel News.





Useful Laravel Date Scopes for Eloquent Models


The Laravel Date Scopes package provides some helpful query scopes for your Laravel Eloquent models.
The post Useful Laravel Date Scopes for Eloquent Models appeared first on Laravel News.





Let's talk about Form Requests


Form Requests are best known for validation logic that will pre-validate for you. They are fantastic, and I lean on them heavily all the time.
The post Let's talk about Form Requests appeared first on Laravel News.





Laravel Expectations Plugin for Pest


Pest Laravel Expectations is a Pest plugin that adds Laravel-specific expectations to the testing ecosystem.
The post Laravel Expectations Plugin for Pest appeared first on Laravel News.





PlanetScale Database Migrations for Laravel


PlanetScale for Laravel is a package that helps you manage database migrations with Artisan and the PlanetScale API.
The post PlanetScale Database Migrations for Laravel appeared first on Laravel News.





Validated DTO Package for Laravel


The Validated DTO package for Laravel provides Data Transfer Objects with validation and type-casting.
The post Validated DTO Package for Laravel appeared first on Laravel News.