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.

Enforcing Morph Maps in Laravel


Instead of relying on developers to remember to register polymorphic aliases, Laravel 8.59 brings a new `requireMorphMap` method to strictly enforce aliases being set.
The post Enforcing Morph Maps in Laravel appeared first on Laravel News.





Laravel Defibrillator: Keep Application Tasks Running At a Normal Rhythm


Laravel Defibrillator is a package by Michael Dyrynda that helps you ensure that aspects of your application should be running regularly are doing so.
The post Laravel Defibrillator: Keep Application Tasks Running At a Normal Rhythm appeared first on Laravel News.





Mistakes I've Made in AWS


Here's a collection of the most commonly missed things when using AWS with Forge!
The post Mistakes I've Made in AWS appeared first on Laravel News.





Laravel 8.59 Released


The Laravel team released 8.59 with new morph convenience methods, disallowing class morphs, merging defaults to validated inputs, quiet model factory creation, and the latest changes in the v8.x branch
The post Laravel 8.59 Released appeared first on Laravel News.





Define Model Attributes With Laravel Fluent


Laravel Fluent is a package that provides an expressive way to define model attributes.
The post Define Model Attributes With Laravel Fluent appeared first on Laravel News.





PHP 8.1 Release Candidate 1 Is Here


The PHP team announced the release of the first PHP 8.1 release candidate. Learn the latest scoop on the upcoming release of PHP 8.1
The post PHP 8.1 Release Candidate 1 Is Here appeared first on Laravel News.





Laravel Console Spinner


Laravel Console Spinner is a custom spinning progress bar for Laravel inspired by the Symfony Console Spinner.
The post Laravel Console Spinner appeared first on Laravel News.





Laravel 8.58 Released


The Laravel team released 8.58 with a updateOrFail() Eloquent method, two new validation rules, and the latest changes in the v8.x branch.
The post Laravel 8.58 Released appeared first on Laravel News.