https://github.com/naufal-yafi/deploy-laravel-on-vercel
Deploy php/laravel di vercel@0.7.3
https://github.com/naufal-yafi/deploy-laravel-on-vercel
Last synced: 7 months ago
JSON representation
Deploy php/laravel di vercel@0.7.3
- Host: GitHub
- URL: https://github.com/naufal-yafi/deploy-laravel-on-vercel
- Owner: naufal-yafi
- License: mit
- Created: 2025-03-10T07:37:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T04:17:31.000Z (7 months ago)
- Last Synced: 2025-03-12T05:21:32.708Z (7 months ago)
- Language: PHP
- Homepage: https://example-deploy-laravel-on.vercel.app/
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploy Laravel ke Vercel

Vercel memiliki beberapa runtime yang dibagi menjadi 2 yaitu [official runtime](https://vercel.com/docs/functions/runtimes#official-runtimes) dan [community runtime](https://vercel.com/docs/functions/runtimes#community-runtimes).
Baca versi runtime PHP yang didukung bisa baca di [https://github.com/vercel-community/php](https://github.com/vercel-community/php).
## Persiapan
```
├── api
│ └── index.php
├── .vercelignore
├── vercel.json
└── ...
```## Konfigurasi
Setelah import project, konfigurasi untuk output dir jadi `public` dan masukkan env variable yang kamu gunakan. `APP_KEY` wajib.
