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.

Learn all about Laravel's dependency injection container


Laravel has a fantastic DI container, yet many people shy away from it. In this tutorial, I will walk through how I lean on Laravels container.
The post Learn all about Laravel's dependency injection container appeared first on Laravel News.





Jetstream and Breeze Updated to Inertia v1.0 + Dark Mode for Jetstream


The Laravel team released new versions of Jetstream and Breeze in which both starter kits now use Inertia v1.0. Plus, dark mode added in Jetstream.
The post Jetstream and Breeze Updated to Inertia v1.0 + Dark Mode for Jetstream appeared first on Laravel News.





Laravel 9.48 Released


The Laravel team released 9.48 this week with conditional fragment helpers, HTTP configuration options for Symfony mailers, a new DB schema helper, and more.
The post Laravel 9.48 Released appeared first on Laravel News.





Laravel Deleted Models Package


The Laravel Deleted Models package by Spatie automatically copies deleted models to a separate table.
The post Laravel Deleted Models Package appeared first on Laravel News.





Inertia v1.0 is Here


The Inertia release of v1.0 is here with SSR support for Svelte, first-class Typescript support for React and Vue, a Progress indicator in core, and more.
The post Inertia v1.0 is Here appeared first on Laravel News.





Automatic Docblock Generation on Facades


The Laravel team has been working on a tool to automatically generate Docblock generation on Facades included in the Laravel framework.
The post Automatic Docblock Generation on Facades appeared first on Laravel News.





Configuring Laravel Pint


Laravel Pint is the hot new thing from the Laravel team. An excellent wrapper around PHP CS Fixer that is my go-to code standards tool.
The post Configuring Laravel Pint appeared first on Laravel News.





Laravel 9.47 Released


The Laravel team released 9.47 this week with new Eloquent collection visibility methods, "destroyable" singleton routes, support for lazy collections with the batch fake, and more
The post Laravel 9.47 Released appeared first on Laravel News.