An integrated scratchpad for PHP.
- Clone the repository:
git clone git@github.com:ziishaned/hugobot-backend.git- Install dependencies by running the following command:
composer install- Following command will run PHP local server:
php -S 127.0.0.1:8000 index.phpRun the following commands to package the application:
rm -rf vendor composer.lock
composer install --no-dev
composer run box
