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 8.64 Released


The Laravel team released 8.64 with an @aware blade directive to access parent component data and the latest changes in the v8.x branch.
The post Laravel 8.64 Released appeared first on Laravel News.





Laravel Github Actions


This tutorial will show you how to configure Github actions to run your PHPUnit tests, how to deploy after your tests pass, and a few other things.
The post Laravel Github Actions appeared first on Laravel News.





Laravel Subscribable Notifications


Laravel Subscribable Notifications is a package that allows you to subscribe your app's users to notifications and dispatch them without specifying the recipient.
The post Laravel Subscribable Notifications appeared first on Laravel News.





Laravel Authentication Logs


Laravel Authentication Logs is a package by Anthony Rappa that tracks user authentication details.
The post Laravel Authentication Logs appeared first on Laravel News.





Custom Route Files


In this tutorial, learn how to create custom routes files that do not set sessions.
The post Custom Route Files appeared first on Laravel News.





Search Through Models with Laravel Searchable


Laravel Searchable is a package by Spatie to search through models and other sources pragmatically.
The post Search Through Models with Laravel Searchable appeared first on Laravel News.





Advanced Eloquent Model Filters


Advanced Laravel Model Filters is a package that gives you fine-grained control and reusable classes you can use to filter Eloquent models.
The post Advanced Eloquent Model Filters appeared first on Laravel News.





Serialization for Eloquent's QueryBuilder


Eloquent Serialize is a Laravel package to serialize and unserialize Eloquent query builder objects.
The post Serialization for Eloquent's QueryBuilder appeared first on Laravel News.