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 Livewire Calendar Component


Laravel Livewire Calendar is a component to show events in a good looking monthly calendar.
The post Laravel Livewire Calendar Component appeared first on Laravel News.





Laravel 8.73 Released


The Laravel team released 8.73 with support for Countable objects in the string pluralizer, allowing closures for determining cache TTL, a lazyByIdDesc() query builder method, and the latest changes in the v8.x branch.
The post Laravel 8.73 Released appeared first on Laravel News.





Announcing the PHP Foundation


The PHP Foundation will be a non-profit organization whose mission is to ensure the long life and prosperity of the PHP language.
The post Announcing the PHP Foundation appeared first on Laravel News.





Log Routes Statistics for Users and Teams


Laravel Route Statistics is a package by @bilfeldt to log stats about users and teams usage of routes in a Laravel application.
The post Log Routes Statistics for Users and Teams appeared first on Laravel News.





Learn How to Build Modern Laravel Apps Using Inertia.js


Laracasts founder Jeffrey Way has finished a video series on learning how to build modern Laravel apps using Inertia.js.
The post Learn How to Build Modern Laravel Apps Using Inertia.js appeared first on Laravel News.





Laravel 8.71 Released


The Laravel team released 8.71 with a @js blade directive, declined validation rules, the ability to flush macros, and the latest changes in the v8.x branch.
The post Laravel 8.71 Released appeared first on Laravel News.





Laravel Cache Helper Package


The laravel-cache package by Andrey Helldar provides a helper for working with cache in Laravel.
The post Laravel Cache Helper Package appeared first on Laravel News.





Conduct better email testing with Mail Intercept


Mail Intercept for Laravel is a new way of testing mail by intercepting, not faking, email so we can dissect it, turn it upside down, and inspect everything.
The post Conduct better email testing with Mail Intercept appeared first on Laravel News.