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.

Laracon Online Schedule Announced


The largest Laravel event of the year streaming on September 14th on YouTube.
The post Laracon Online Schedule Announced appeared first on Laravel News.





Heroicons 2.0 are here


The makers of Tailwind CSS released Heroicons 2.0, a set of 264 hand-crafted SVG icons for the web.
The post Heroicons 2.0 are here appeared first on Laravel News.





Working with Laravel Model Events


When working with Eloquent Models, it is common to tap into the events dispatched through the Models lifecycle.
The post Working with Laravel Model Events appeared first on Laravel News.





Laravel 9.26 Released


The Laravel team released 9.26 with a Vite asset helper, Closure support to dispatch conditionals, min and max digit validation rules, and more.
The post Laravel 9.26 Released appeared first on Laravel News.





Import Laravel Vapor DNS to Cloudflare


Cumulus is an open-source package that works with Laravel Vapor to allow the user to manage their DNS records better when using Cloudflare for DNS.
The post Import Laravel Vapor DNS to Cloudflare appeared first on Laravel News.





Learn PestPHP From Scratch


Pest From Scratch is a free video course from Laracasts. Luke Downing walks you through the setup to becoming proficient with Pest PHP.
The post Learn PestPHP From Scratch appeared first on Laravel News.





Event Sourcing in Laravel


Event Sourcing is a term that has been getting more popular in the PHP community over the last few years, but it still remains a mystery to many developers.
The post Event Sourcing in Laravel appeared first on Laravel News.





Email Scheduler Package for Laravel


The Mailator package is a lightweight email scheduler for Laravel.
The post Email Scheduler Package for Laravel appeared first on Laravel News.





Laravel 9.25 Released


The Laravel team released 9.25 with a new string method, mass updating model timestamps with the query builder, and more.
The post Laravel 9.25 Released appeared first on Laravel News.





Profile Your Laravel Application With Xhprof


The laravel-xhprof package makes it easy to use Xhprof to profile your Laravel application.
The post Profile Your Laravel Application With Xhprof appeared first on Laravel News.