juicyfx / vercel-examples

📦 Example projects using Vercel platform. Using Node.js, PHP and others.
https://f3l1x.io
MIT License
323 stars 151 forks source link

Setup Laravel #20

Closed xRealNeon closed 3 years ago

xRealNeon commented 4 years ago

Question

Hi what do I have to do to deploy my existing project on vercel?

f3l1x commented 4 years ago

Hi, take a look at laravel example (https://github.com/juicyfx/vercel-examples/tree/master/php-laravel). You need to download vercel package (https://vercel.com/download), account and then, call vercel in laravel folder. It should be enought. :-)

xRealNeon commented 4 years ago

In my existing application i only need to run vercel?

f3l1x commented 4 years ago

Well, in ideal world yes, but I think you gonna needed some updates, such as set path to /tmp folders, etc. I will try to put this info into the doc.

xRealNeon commented 4 years ago

And did you write a doc?

f3l1x commented 3 years ago

I have updated my laravel example. Please take a look at source code.