I dont think so. The php server isnt really meant for real work. Consider installing a real server. What OS is it?
Uploads are slow with `php artisan serve`
I'm wondering if anyone knows of a way to speed up uploads with php artisan serve. It's taking 15-20 seconds to upload a 3.5MB file. I'm creating an app for a friend which is intended to run on locally without a VM. I thought php artisan serve was a good solution. However, now I'm seeing that uploads are so painfully slow, I'm wondering if there's any way around this.
Thanks in advance for any comments.
Wow, how silly am I? (No comments please :P)
Turns out I had Vagrant running the entire time. After killing Vagrant and firing up the built in PHP server, file uploads are almost instantaneous. Thank you ever so much for your help and sorry for wasting your time.
Please or to participate in this conversation.