Download the PHP package davidgrzyb/deploy-laravel-on-vercel without Composer
On this page you can find all versions of the php package davidgrzyb/deploy-laravel-on-vercel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download davidgrzyb/deploy-laravel-on-vercel
More information about davidgrzyb/deploy-laravel-on-vercel
Files in davidgrzyb/deploy-laravel-on-vercel
Package deploy-laravel-on-vercel
Short Description A package for generating files required for deployment to serverless Vercel.
License MIT
Homepage https://github.com/davidgrzyb/deploy-laravel-on-vercel
Informations about the package deploy-laravel-on-vercel
Deploy Laravel on Vercel
This is a packaged version of Caleb Porzio's blog post detailing the process of deploying Laravel to serverless Vercel.
This package publishes the api/index.php
, vercel.json
& .vercelignore
files required for deploying Laravel to Vercel. The PHP version can be changed by vercel-php
runtime within the vercel.json
file. The default version is 0.4.0
.
Installation
You can install the package via composer as a dev dependency:
Publishing Assets
The installation command can be run to publish and republish the required files.
Once the assets have been published, the package can be removed.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- David Grzyb
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.