Closed Tropicalista closed 6 years ago
$baseUrl = 'yourUrl';
$crawlProfile = new CrawlProfile($baseUrl);
I mean using this package I should call it
php artisan link-checker:run --url=https://laravel.com
how to pass the url to the profile to check only internal link?
Dear contributor,
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
Let's say I want to use this profile:
how can I pass the parameter to the constructor?