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

Development

Introduction

PHPSLS includes a simple method for developing your application. It will run a local instance of your application using the builtin PHP server.

Running the application

The "serve" command can be used to run the application. The URL is taken from the local configuration file at /config/local.php .


       vendor/bin/phpsls serve
    

The command will open a browser window, and then will start the server.