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.

Cache Chunks of Your Blade Markup With Ease


Laravel Blade Cache Directive is a package by Ryan Chandler that allows you to cache chunks of Blade files.
The post Cache Chunks of Your Blade Markup With Ease appeared first on Laravel News.





Laravel 9.4 Released


The Laravel team released 9.4 with the ability to override CSRF cookies, a Str::lcfirst() method, an optional retry mechanism for queued mailables, and more.
The post Laravel 9.4 Released appeared first on Laravel News.





Run ray(), dump(), and dd() From Any PHP Script


Global Ray is a package that enables ray(), dump(), and dd() from any PHP script.
The post Run ray(), dump(), and dd() From Any PHP Script appeared first on Laravel News.





Laravel Origins: The Documentary


Laravel Origins is a brand new documentary on the history of Laravel and how went it from nothing to one of the leading frameworks of the world.
The post Laravel Origins: The Documentary appeared first on Laravel News.





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.