config('php-sandbox.route_middleware'), ['web'] ], function () { Route::get(config('php-sandbox.route', 'sandbox'), '\MightyPork\PhpSandbox\PhpSandboxController@index')->name('sandbox'); Route::post(config('php-sandbox.route', 'sandbox'), '\MightyPork\PhpSandbox\PhpSandboxController@run'); // ajax }); }