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.

Watch Jess Archer's "Unveiling Laravel Prompts" talk from Laracon


Learn about Prompts—powerful new CLI prompt features—coming to Laravel that allow you to prompt users with select options, checklists, and more!
The post Watch Jess Archer's "Unveiling Laravel Prompts" talk from Laracon appeared first on Laravel News.





Synced Patterns: The Evolution of Reusable Blocks

Synced patterns are replacing Reusable blocks, offering a unified creation experience for new pattern functionality coming to WordPress 6.3. Patterns, first introduced in WordPress 5.5, are a collection of blocks that make it simple to add complex layouts and designs to any WordPress site without starting from scratch. With WordPress 6.3, set to be released on August 8th, you will be able to arrange blocks in unlimited ways and save them as patterns for use throughout your site, directly within the editing experience.





Learn Livewire 3, Volt, and Folio by building a podcast player


Get the basics of Livewire 3, Volt, and Folio, in this tutorial as we build a simple app that lists out episodes of the Laravel News podcast.
The post Learn Livewire 3, Volt, and Folio by building a podcast player appeared first on Laravel News.





[news] Rate limiter 3.0.0

Major version of yiisoft/rate-limiter package was released.
In this release:

  • Revised architecture allowing concurrency-safe counter storages.
  • Added APCu counters storage that is suitable for high concurrency environments that might cause dirty reads.
  • Dependency upgrades.
  • Mininum PHP version was raised to 8.0.

Thanks to Pan Jiawei for handing this complicated work.





Watch Nuno Maduro's "Pest 2 - Summer of Spice" from Laracon


Nuno Maduro's Pest 2 - Summer of Spice talk is now live on Youtube. Check out the spicy new features available in our favorite PHP testing framework.
The post Watch Nuno Maduro's "Pest 2 - Summer of Spice" from Laracon appeared first on Laravel News.





Watch Marcel Pociot's "NativePHP" Presentation from Laracon


Marcel Pociot's NativePHP presentation is now live on Youtube. See how you can write rich, native desktop applications using PHP from is Laracon US 2023 talk.
The post Watch Marcel Pociot's "NativePHP" Presentation from Laracon appeared first on Laravel News.





Laravel 10.16 Released


This week, the Laravel team released v10.16 with support for BackedEnum in the Collection groupBy() method, improvements to the schedule:list output, and more:
The post Laravel 10.16 Released appeared first on Laravel News.





Level Up Gamification Package for Laravel


Level Up is a Laravel package introducing gamification into your applications. Users can earn experience points and gain levels through your application.
The post Level Up Gamification Package for Laravel appeared first on Laravel News.





[extension] ishukrullo/yii2-errorsender

Send exceptions to telegram user.

  1. Installation
  2. Usage

On Exception, sends exception title and content to set telegram user.
To get errors, first you need to hit start on bot ErrorGetterBot





Laravel Folio


Laravel Folio is a new automatic file and directory-based routing system. This gives you a "pages" directory; when one of those pages is hit from the URL, it automatically loads.
The post Laravel Folio appeared first on Laravel News.