I had developed an application using Laravel 5.2 that uses Laravel Excel plugin to read excel file , parse the file and store value into MYSQL. It works on my local machine running windows 10. I need to deploy to a production environment. Does anyone know whether it can work on a Linux machine ? or do i need to get a VPS that is running on a windows server ?
You should have no issues on Linux, unless I'm missing something in your question. I run all of my projects on CentOS with MySQL, and one of them even has a Laravel/Excel package that I do the same thing with. I suspect you won't have issues. It's all PHP and MySQL at the end of the day.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community