kawax/laravel-vercel-installer

View on GitHub
stubs/api/index.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
* Here is the serverless function entry
* for deployment with Vercel.
*/
require __DIR__.'/../public/index.php';