Creating New Project

Once you're done with Serverless CLI setup you can create a new project to start using Serverless-PHP

Creating Project

To create a new project you must have composer installed to your device.

$ composer create-project sachink23/serverless-php project-name -s dev --remove-vcs

Last updated

Was this helpful?