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.

Valet 4.0 is released


Valet, the super-powered super-fast macOS local development tool for Laravel programmers, is now available in version 4.
The post Valet 4.0 is released appeared first on Laravel News.





Laravel Response Classes


Responding from your Laravel application is vital, especially when you are building an API. Let's have a look at how we can power up our responses.
The post Laravel Response Classes appeared first on Laravel News.





The future of Pest v2


Get ready to explore the exciting new features coming to Pest v2, including Plugin Arch, --retry, --dirty, --profile, and much more.
The post The future of Pest v2 appeared first on Laravel News.





Livestream: Playing with Laravel Pipelines


Take a look at the Laravel Pipeline Facade that has recently been added to the Laravel documentation.
The post Livestream: Playing with Laravel Pipelines appeared first on Laravel News.





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.