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.

Why you should never trust your users


As a developer, we absolutely cannot trust our users. Ever! In this tutorial learn tips and tricks to keep your application safe.
The post Why you should never trust your users appeared first on Laravel News.





Enum Helpers for PHP


The archtechx/enums package aims to make working with enums more lovable.
The post Enum Helpers for PHP appeared first on Laravel News.





Laravel 9.2 Released


The Laravel team released 9.2 with an array keyBy method, an eloquent attribute make method, moving the Laravel CORS package into the framework, and more.
The post Laravel 9.2 Released appeared first on Laravel News.





Enhanced Laravel Integration for ZSH


ZSH Artisan is a plugin to help you to run artisan from anywhere in the project tree, with auto-completion, and it can automatically open files created by artisan
The post Enhanced Laravel Integration for ZSH appeared first on Laravel News.





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.