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.

Livewire 3.6 Released


Laravel Livewire released v3.6 this week with new HTML directives for showing and hiding DOM elements and JavaScript actions.





Dagger Components: A Powerful Alternative to Laravel Blade Components


Dagger is a component authoring library for Laravel's Blade templating engine.





Integrate the Polar Billing Platform in Laravel


The Laravel Polar package seamlessly integrates your Laravel application with Polar.sh, a modern way to sell your SaaS and digital products. This package can handle subscriptions, recurring payments, and interact with Polar's API.





ImapEngine is a simple API for managing mailboxes without the PHP extension


Steve Bauman talks with us about his newest package, ImapEngine, which provides a simple API for managing mailboxes -- without the PHP extension.





Getting to Know Laravel's New Starter Kits


With the release of Laravel 12, we have three new starter kits for React, Vue, and Livewire. Each starter kit also has a WorkOS AuthKit variant. These kits are beautiful inside and out, from the code to the UI!





Introducing Laravel Cloud

Laravel Cloud is your new fully managed infrastructure platform for Laravel. Go from Hello World to Hello Web in one minute or less.





Laravel 12 is Now Released


Laravel 12 has been released. It introduces new starter kits for React, Vue, and Livewire and updates the latest upstream dependencies.





Fire Tower: Application & Config Monitoring


Fire Tower is a Laravel package and service to keep tabs on your applications. Let us keep watch on your config, package versions, and more.





Eloquent Relationship Queries in Laravel with whereRelation


Unlock the power of Laravel's whereRelation method for streamlined relationship filtering. Build expressive queries that filter models based on related data without complex joins.