Answer the question
In order to leave comments, you need to log in
Laravel artisan tinker sitemap update, cron launch how?
Hello!
Guys tell me, I use the sitemap generation from this dude https://github.com/Laravelium/laravel-sitemap , tell me now I have to run the update every time like this:
php artisan tinker
$controller = app()->make('App\Http\Controllers\SitemapUpdate');
app()->call([$controller, 'index'], []);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question