diff --git a/README.md b/README.md index bcd9c2b5..3840d565 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ It's also good thing to create `.vercelignore` file and put `/vendor` folder to
- 5. How to override php.ini / php configuration ? + 5. How to override php.ini / php configuration? Yes, you can override php configuration. Take a look at [default configuration](https://phpshow.vercel.app/) at first. Create a new file `api/php.ini` and place there your configuration. Don't worry, this particulary file will be @@ -312,7 +312,7 @@ memory_limit=1024M
- 6. How to exclude some files or folders ? + 6. How to exclude some files or folders? Runtimes support excluding some files or folders, [take a look at doc](https://vercel.com/docs/configuration?query=excludeFiles#project/functions). @@ -331,7 +331,7 @@ If you want to exclude files before uploading them to Vercel, use `.vercelignore
- 7. How to call composer script(s) ? + 7. How to call composer script(s)? Calling composer scripts during build phase on Vercel is supported via script named `vercel`. You can easilly call php, npm or node.