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.

Handling Missing Request Data in Laravel


Learn how to handle missing request data in Laravel using missing() and whenMissing(). Discover elegant ways to process optional fields and set default values.





Laravel 12 release date


Laravel 12 will be released February 24th, 2025





Laravel Cloud will launch February 24th, 2025


Laravel Cloud is your new fully managed infrastructure platform for Laravel. Go from Hello World to Hello Web in one minute or less.





Request Handling with PHP Enums in Laravel


Explore Laravel's enum support in request handling. Learn to process enumerated values safely and efficiently, ensuring data consistency when working with predefined sets of values.





HTTP Method Verification in Laravel


Dive into Laravel's HTTP method handling capabilities. Create versatile controllers that adapt to different request types while maintaining clean, organized code structure.





Skeletor


Skeletor is a Laravel application skeleton scaffolding package. Summon Skeletor's minion and unleash extra functionality with every composer `create-project` command.





Laravel Backup Server v4 Released as Open Source


Spatie has open-sourced their Laravel Backup Server package with the release of v4.0.0. Previously a paid offering, this package is now freely available for Laravel users.





Open Telemetry Package for Laravel


The LaraOTel OpenTelemetry package for Laravel provides a simple way to incorporate OpenTelemetry in your Laravel application.





Fluent Date Validation in Laravel 11.40


The Laravel team released v11.40, which includes a fluent date validation class, pending Eloquent attributes, dump helpers for HTTP Response instances, and more.





How to Fix the Composer Error: "Your requirements could not be resolved to an installable set of packages"


Learn how to fix the "Your requirements could not be resolved to an installable set of packages" error you might encounter in Composer when installing or updating PHP dependencies.