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.

The State of Laravel Survey 2022


Laravel celebrated its 10th anniversary last year. Today it is the most popular PHP framework used by thousands of developers every day.
The post The State of Laravel Survey 2022 appeared first on Laravel News.





Speed up your CI builds with Airdrop


Airdrop for Laravel is a package that speeds up your code deploys by skipping your asset build step whenever possible.
The post Speed up your CI builds with Airdrop appeared first on Laravel News.





Moving your Laravel App from Webpack to Vite


If you have an existing app and want to start using Vite today, here is a list of resources to help you get migrated.
The post Moving your Laravel App from Webpack to Vite appeared first on Laravel News.





A Package for Onboarding Users in Laravel Apps


Laravel Onboard is a Laravel package to help track user onboarding steps created by Spatie.
The post A Package for Onboarding Users in Laravel Apps appeared first on Laravel News.





Simple Comments Package for Laravel


The Laravel Comments package by Ryan Chandler is a dead-simple package for adding comments to models in Laravel.
The post Simple Comments Package for Laravel appeared first on Laravel News.





Eloquent Attribute Casting


Eloquent Castable attributes are one of the more powerful features of Laravel, some people use them religiously while others tend to shy away from them.
The post Eloquent Attribute Casting appeared first on Laravel News.





Skip Webpack when Testing


Learn how to skip Webpack during your tests or your CI pipeline
The post Skip Webpack when Testing appeared first on Laravel News.