Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dev.khosromanesh's avatar

upload file with artisan command in laravel

hello guys , i should work with console interface which is a artisan command and can upload a file , so could somebody give me some advice on this ?

0 likes
3 replies
Sinnbeck's avatar

Upload? You are on the server already when using artisan. Do you mean move from one directory to another?

dev.khosromanesh's avatar

@Sinnbeck yes ,it's about task i said before and I got some tips from you

here is that task text :

allows user to import new file and to see log of previously completed imports
exposes both web interface (simple view, no authentication required) and console interface (artisan command)

Please or to participate in this conversation.