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.

Laravel Dusk & GitHub Actions: Running Dusk in CI Pipelines


Learn how to run all our tests whenever you build and deploy a new app version through your CI pipeline. In this article, we will look at the exact steps to get this working.
The post Laravel Dusk & GitHub Actions: Running Dusk in CI Pipelines appeared first on Laravel News.





Create Select Options from Enums, Laravel Models, and more


Laravel Options by Spatie is a package to create lists of options from different sources
The post Create Select Options from Enums, Laravel Models, and more appeared first on Laravel News.





Laravel Blade Hot Refresh With Vite


Laravel Vite now supports full page reloads when you update blade and route files.
The post Laravel Blade Hot Refresh With Vite appeared first on Laravel News.





A Package to Require Approval Before Peristing Model Data


The Laravel Approval package requires approval of new Model data before being persisted.
The post A Package to Require Approval Before Peristing Model Data appeared first on Laravel News.





Building your website using Jigsaw


As developers, the chance of you having a personal website is pretty high. After all, it is what we do - and most likely, you have rebuilt this countless times.
The post Building your website using Jigsaw appeared first on Laravel News.





Laracon Online is now accepting speaker submissions


The official Laravel conference, streaming free to the entire Laravel community is now accepting speaker submissions.
The post Laracon Online is now accepting speaker submissions appeared first on Laravel News.





Fast Paginate for Laravel


Laravel Fast Paginate is a fast implementation of offset/limit pagination for Laravel by Aaron Francis
The post Fast Paginate for Laravel appeared first on Laravel News.





Encrypt and Decrypt Eloquent Model Fields in Laravel Apps


Laravel Ciphersweet is a package to integrate searchable field-level encryption in Laravel applications.
The post Encrypt and Decrypt Eloquent Model Fields in Laravel Apps appeared first on Laravel News.





Laravel A/B Testing and Feature Flag Package


The Laravel A/B Test package helps you quickly set up A/B tests and feature flags in a Laravel app.
The post Laravel A/B Testing and Feature Flag Package appeared first on Laravel News.