App\Http\Controllers\WebScrapingController::getPage PHP Méthode

getPage() public méthode

Return all data to the Stripe API dashboard
public getPage ( ) : mixed
Résultat mixed
    public function getPage()
    {
        $links = $this->getData(self::NEWS_URL);
        return view('api.scraping')->withLinks($links);
    }