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.

[extension] uzdevid/dashboard-modal-page

Dashboard Modal Page

  1. Installation
  2. Usage

Dashboard Modal Page
Installation The preferred way to install this extension is through composer.
Either run





[extension] uzdevid/dashboard

Dashboard Modal Page

  1. Installation
  2. Usage

Dashboard Modal Page
Installation The preferred way to install this extension is through composer.
Either run





Let's talk about Form Requests


Form Requests are best known for validation logic that will pre-validate for you. They are fantastic, and I lean on them heavily all the time.
The post Let's talk about Form Requests appeared first on Laravel News.





Announcing Extended Support Maintenance for Node.js 14

In the world of web development, choosing the right tools can make a significant difference in the efficiency and quality of your projects. In this blog post, we will learn how to create a new project using four powerful tools: Meteor.js, Vite, Solid, and Tailwind CSS. This combination can elevate our development experience.





[news] Validator 1.1

Minor version (1.1.0) of Validator package has been released.
See CHANGELOG.md for the list of changes.





Laravel Expectations Plugin for Pest


Pest Laravel Expectations is a Pest plugin that adds Laravel-specific expectations to the testing ecosystem.
The post Laravel Expectations Plugin for Pest appeared first on Laravel News.





SymfonyCon Brussels 2023: Book your hotel and transportation now!


The international Symfony conference of the year, SymfonyCon Brussels 2023, will be held in the center of Brussels, Belgium on December 7 & 8.
Many of you took advantage of the early bird registration; we can't wait to see you!





PlanetScale Database Migrations for Laravel


PlanetScale for Laravel is a package that helps you manage database migrations with Artisan and the PlanetScale API.
The post PlanetScale Database Migrations for Laravel appeared first on Laravel News.





Validated DTO Package for Laravel


The Validated DTO package for Laravel provides Data Transfer Objects with validation and type-casting.
The post Validated DTO Package for Laravel appeared first on Laravel News.