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 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.





The first alpha of Tailwind CSS v3 is now released


The Tailwind team has been working hard to add some awesome new features and make the existing features even better!
The post The first alpha of Tailwind CSS v3 is now released appeared first on Laravel News.





Advanced Container Package for Laravel


Advanced Container for Laravel is a package that provides syntax sugar for Laravel container calls, bindings, and more.
The post Advanced Container Package for Laravel appeared first on Laravel News.