Shift with red gradient lettering

Common Helpers

Laravel
Legacy Code

Convert common Facade chains to their Laravel helper equivalent.

Before

View::make();
Response::make();
Response::json();
Redirect::to();
Config::get();
App::abort();

After

view();
response();
response()->json();
redirect();
config();
abort();

← Back to the Workbench Tasks

Sign in with any of the following services to connect Shift with your Laravel project.


Don't use one of these services?

Temporarily push your project to a free, private repository on one of these cloud-based services or upgrade your project locally with Shift for Docker.