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.

Forward Laravel Logs to Amazon Kinesis


The Laravel Monolog Kinesis package makes it simple to forward Laravel application logs to an AWS Kinesis stream.
The post Forward Laravel Logs to Amazon Kinesis appeared first on Laravel News.





Use Emmet-style Abbreviations in Blade Components


Laravel Blade Emerald provides Emmet-like abbreviations to Blade Components.
The post Use Emmet-style Abbreviations in Blade Components appeared first on Laravel News.





Keep Laravel .env Synced With Envy


Envy is a package to keep your .env.example file up to date automatically.
The post Keep Laravel .env Synced With Envy appeared first on Laravel News.





Interact with Telegram Bots in Laravel with Telegraph


Telegraph is a Laravel package for fluently interacting with Telegram Bots.
The post Interact with Telegram Bots in Laravel with Telegraph appeared first on Laravel News.





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.