Creating a Laravel Artisan command to import posts from DEV.to

Опубликовано: 20 Март 2026
на канале: Sourcegraph
526
2

In the third episode of our series "Getting started with Laravel", we've built an Artisan command to import posts from a DEV.to user from the command line and save the content as markdown files on the application's storage folder.

Full code for the import:dev command: https://sourcegraph.com/github.com/so...

Full tutorial available here: https://dev.to/sourcegraph/creating-a...