Level 37
Maybe this will help: https://laravel.com/docs/5.4/artisan#writing-commands
1 like
I am new to Laravel / Lumen and I was thinking of creating an ETL (Extract Transform Load) command for populating a database served by a REST API using Lumen.
What's the recommended way to do this? I am having a problem finding any documentation on Laravel app\Console\Commands\Command examples or templates. Can someone share an example of a simple command and syntax for calling it?
Thanks,
JB
Please or to participate in this conversation.