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


The Laravel team released 10.1 this week with Process standard input, removing return types for controller stubs, and more.
The post Laravel 10.1 Released appeared first on Laravel News.





Saloon 2 is Here


The Saloon package for PHP released version 2, rebuilt from the ground up with faster concurrency, retries, solo requests, and more.
The post Saloon 2 is Here appeared first on Laravel News.





Managing Routes in a large Laravel application


Laravels routes files can get pretty busy. Before you know it, you have to search within the routes file to find anything. How do you combat this, though?
The post Managing Routes in a large Laravel application appeared first on Laravel News.





Getting started with PHPInsights


PHPInsights is a composer package created by Nuno Maduro and is a fantastic tool to get started with analyzing the code quality of your PHP applications.
The post Getting started with PHPInsights appeared first on Laravel News.





Encrypt environment files with Padlock


Padlock is a Laravel Zero command by Daniel Mason for encrypting and decrypting environment files powered by Laravel's encryption commands.
The post Encrypt environment files with Padlock appeared first on Laravel News.





Laravel Pennant


Laravel Pennant is a package created by the Laravel team that provides Feature Flags for your applications.
The post Laravel Pennant appeared first on Laravel News.





Testing JSON:API Endpoints with PestPHP


JSON:API provides many options for filtering, sorting, and including extra data into the requested data using query parameters. Testing this can be frustrating
The post Testing JSON:API Endpoints with PestPHP appeared first on Laravel News.