I want to basically convert a website scrapper that I made into basic php which is working fine, to laravel.
My question is, how to accomplish this? A friend of mine told me something about php artisan make:command, but I never used this before and neither did he. Can you give me some pointers on how to use this? Any helpful information? Or is there any other way to create this ?
What I have, basically, will be a cron job that will run once a day to update my database with relevant info.