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.

Automatic Route Discovery in Laravel


Laravel Route Discovery is a package by Spatie to discover routes in Laravel applications automatically.
The post Automatic Route Discovery in Laravel appeared first on Laravel News.





Avoiding Accidental Email Sends with alwaysTo()


Sometimes we accidentally send thousands of emails to real customers from our staging environment. There are lots of ways to avoid this, but Laravel has a nice, easy method out of the box!
The post Avoiding Accidental Email Sends with alwaysTo() appeared first on Laravel News.





Laravel Nova 4 - A teaser


A big upgrade of Laravel Nova is around the corner and here's what we know.
The post Laravel Nova 4 - A teaser appeared first on Laravel News.





Keep Your Environment Files Updated with Envy by Worksome


Envy is a package by Worksome designed to take the pain out of syncing environment files with your Laravel project.
The post Keep Your Environment Files Updated with Envy by Worksome appeared first on Laravel News.





Create and Send Digest Emails in Laravel


The Laravel Digest package is a simple way to convert your emails into configurable digests.
The post Create and Send Digest Emails in Laravel appeared first on Laravel News.





Manage Git Branches with git-trim


Have you ever needed to clean up stale or old local branches that have already been merged and deleted on GitHub? Check out git-trim.
The post Manage Git Branches with git-trim appeared first on Laravel News.





Laravel Google Chat Alerts


Google Chat Alerts is a Laravel package to send a message to Google chat quickly.
The post Laravel Google Chat Alerts appeared first on Laravel News.





Calculating Mathematical Statistics in PHP


Hi-Folks/statistics is a PHP package that provides functions for calculating mathematical statistics of numeric data.
The post Calculating Mathematical Statistics in PHP appeared first on Laravel News.





Laravel 9 is Now Released!


Laravel 9—the next major version of Laravel—is now released, including a minimum PHP v8.0 version, controller route groups, a new Ignition error page, and many more features.
The post Laravel 9 is Now Released! appeared first on Laravel News.