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.

Lint and Fix Your Laravel Code with Duster


Tighten's code linting and fixing tool Duster just reached its 1.0 release. Learn how to install, configure, and run Duster in your projects now.
The post Lint and Fix Your Laravel Code with Duster appeared first on Laravel News.





Convert HTML Strings to Translation Functions


HTML String Affixer is a package for Laravel to make projects multilingual.
The post Convert HTML Strings to Translation Functions appeared first on Laravel News.





Uploading Files in Laravel Using FilePond


In this article, we will look at how to use a JavaScript library called "FilePond" to upload files in your Laravel applications.
The post Uploading Files in Laravel Using FilePond appeared first on Laravel News.





A Laravel Package to Protect Routes With a PIN Code


Require Pin is a Laravel package for pin confirmation and validation before processing requests to a specified route.
The post A Laravel Package to Protect Routes With a PIN Code appeared first on Laravel News.





A PHP SDK for the Dolby API


PHP SDK for the Dolby API is a package by Andréia Bohner that provides a wrapper around the Dolby API.
The post A PHP SDK for the Dolby API appeared first on Laravel News.





Flaky for Laravel


Flaky is a Laravel package by Aaron Francis to help you handle intermittent failures caused by unreliable third parties.
The post Flaky for Laravel appeared first on Laravel News.





Laravel Notification Log


Laravel Notification Log is a package by Spatie to log notifications your Laravel app sends.
The post Laravel Notification Log appeared first on Laravel News.





Sharing PHPCS Rules Across Projects and Teams


Learn how to create a custom PHPCS Ruleset you can use across all your PHP projects.
The post Sharing PHPCS Rules Across Projects and Teams appeared first on Laravel News.





Filter and Search Eloquent Models with the Model Filter Package


Laravel Model Filter offers a simple way to filter and search eloquent models by array parameters and query strings.
The post Filter and Search Eloquent Models with the Model Filter Package appeared first on Laravel News.





Visualize Laravel App Data with Chartello


Chartello is a package to visualize your Laravel app data in simple dashboards.
The post Visualize Laravel App Data with Chartello appeared first on Laravel News.