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.

Diving into Notifications


In most applications, we need to send notifications, whether in-app, email or slack these are transactional notifications in your application. Let's take a dive.
The post Diving into Notifications appeared first on Laravel News.





Laravel 9.35 Released


The Laravel team released 9.35 with an exciting new alternate mailable syntax, an Eloquent "strict mode" feature, and more.
The post Laravel 9.35 Released appeared first on Laravel News.





Dynamically Create and Destroy Servers with this Laravel Package


Laravel Dynamic Servers is a package by Spatie that helps you start and stop servers when needed.
The post Dynamically Create and Destroy Servers with this Laravel Package appeared first on Laravel News.





Announcing LaraJobs Consultants


LaraJobs now includes a consultants directory to help you outsource a project or embed Laravel experts into your existing team.
The post Announcing LaraJobs Consultants appeared first on Laravel News.





Building a slide-over panel component with Livewire


I have been a fan of Laravel Livewire since it was first released, and I have used it many times to create great user interfaces for applications.
The post Building a slide-over panel component with Livewire appeared first on Laravel News.





Laravel 9.34 Released


The Laravel team released 9.33 and 9.34 over the last week, introducing Laravel Precognition, short attribute syntax for self-closing blade components, and more
The post Laravel 9.34 Released appeared first on Laravel News.