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.

Mail SPF Checker for Laravel


The Laravel Mail SPF Checker is a package to check if you can send an e-mail through a given mail server in the name of a given e-mail address.
The post Mail SPF Checker for Laravel appeared first on Laravel News.





Beautiful Log Viewer for Laravel


Laravel Log Viewer is a fast and beautiful Log Viewer written by Arunas Skirius.
The post Beautiful Log Viewer for Laravel appeared first on Laravel News.





Working with OS process in PHP


Sometimes you need to work with OS-level commands from your PHP application. Let's look at how we can do this and see if we can make the DX nicer.
The post Working with OS process in PHP appeared first on Laravel News.





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.