Skip to content

Scalingo/sample-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Application with PHP

This sample is running on: https://php.is-easy-on-scalingo.com/

Detection of the application type

Your project MUST contain an index.php file at the root of your project. Nothing else is required.

Deploy via Git

Create an application on https://scalingo.com, then:

scalingo --app my-app git-setup
git push scalingo master

And that's it!

Deploy via One-Click

Deploy to Scalingo

Running Locally

docker compose up

The app listens by default on the port 8080 or the one defined in the PORT environment variable.

Releases

No releases published

Packages

No packages published

Languages