Looking to hire Laravel developers? Try LaraJobs

laravel-vercel maintained by mridhulka

Description
Publish assets required for deploying laravel on vercel.
Author
Last update
2023/06/07 21:39 (dev-main)
License
Links
Downloads
628

Comments
comments powered by Disqus

Laravel Vercel

Latest Version GitHub Workflow Status License

Publish assets for Laravel deployment on Vercel

Installation

Require this package with composer. It is recommended to only require the package as a dev dependency.

composer require mridhulka/laravel-vercel --dev

Publish the assets

php artisan vercel:install

Answer all prompts to confirm the publishing of assets and also for customizing serverless functions.

Testing

You can run the tests with:

./vendor/bin/pest

More info

Customizing serverless functions - Vercel

Function details - Vercel

License

The MIT License (MIT). Please see License File for more information.