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.

Laravel 9.41 Released


The Laravel team released 9.41 this week with validation rules for soft-deleted models, additional rule builder convenience methods, and more.
The post Laravel 9.41 Released appeared first on Laravel News.





Your first Laravel 9 Application


If you have never built a Laravel application, let me take a walk-through with you from scratch - with no perceived knowledge. Follow along to learn Laravel
The post Your first Laravel 9 Application appeared first on Laravel News.





Laravel Black Friday Deals


You can save huge amounts of money on everything from training courses to full applications. This year we’ve compiled a list of all the hot sales.
The post Laravel Black Friday Deals appeared first on Laravel News.





Laravel Blade Country and Language Icons


Laravel Blade Flags is a package to easily display countries & languages flags in your Laravel Blade views.
The post Laravel Blade Country and Language Icons appeared first on Laravel News.





Valid validators validating data


Validation is a must-have for any modern project, and in Laravel, it is super simple to get started. Let's talk about the different ways we can handle it.
The post Valid validators validating data appeared first on Laravel News.





Laravel 9.40 Released


The Laravel team released 9.40 this week with a new lottery utility class, new validation rules, asserting a redirect to a named route, and more.
The post Laravel 9.40 Released appeared first on Laravel News.





Laravel 10 Application Skeleton Code Will Have Native Type Declarations


Laravel 10 will use native PHP type declarations across any generated code that exists in application code.
The post Laravel 10 Application Skeleton Code Will Have Native Type Declarations appeared first on Laravel News.





Attach Time-sliced Metadata to Eloquent Models


Laravel Multiplex is a Laravel package to attach time-sliced metadata to Eloquent models.
The post Attach Time-sliced Metadata to Eloquent Models appeared first on Laravel News.





Composition over inheritance in final classes


Final classes, you either love them or hate them. People have been using them more recently in their open-source packages, but what does that mean for you?
The post Composition over inheritance in final classes appeared first on Laravel News.