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.

A Simple Draft and Revision System for Laravel


Laravel Drafts is a simple drop-in draft and revision system for Eloquent models.
The post A Simple Draft and Revision System for Laravel appeared first on Laravel News.





Using Route Registrars in your Laravel application


Recently I came across a unique approach to loading routes into Laravel applications, and I wanted to share this amazing idea with you.
The post Using Route Registrars in your Laravel application appeared first on Laravel News.





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.