This project is now deprecated. There are much better alternatives now (i.e. Google Cloud Run)

Getting Started

Step 1. Create new directory

Step 2. Install PHPSLS

Use composer to include the framework


       composer require lesichkovm/phpsls
    

Step 3. Initialize your environments

To initialize local environment


       vendor/bin/phpsls init local
    

To initialize staging environment


       vendor/bin/phpsls init stafing
    

To initialize live environment


       vendor/bin/phpsls init live
    

Step 4. Preview your code

Serve your code locally so that you can preview


       vendor/bin/phpsls serve
    

Step 5. Deploy


       vendor/bin/phpsls deploy live