Skip to content

This PHP (CodeIgniter) sample app is used by the getting started content to demonstrate how easy it is to develop a web app and deploy it to Azure App Service.

License

Notifications You must be signed in to change notification settings

rupeshshelar99/app-service-web-php-get-started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

services platforms author
app-service\web, app-service
php
cephalin

PHP sample for Azure App Service - CodeIgniter

This is a PHP web app built with CodeIgniter that you can deploy to Azure App Service.

To learn how to deploy this starter web app to App Service in a few minutes, go to Get started with web apps in Azure App Service.

It is minimally modified from the default CodeIgniter template to work with App Service. Namely, the /vendor folder is no longer ignored in .gitignore, so that your composer installed packages will be uploaded to Azure App Service.

Azure App Service can run php composer.phar install when you run git push, but it's not enabled by default. To enable it, you need to install the Composer extension for your web app. The default CodeIgniter template doesn't actually require anything other than the PHP framework itself, so it can be deployed without composer.json at all.

License

See license.txt.

About

This PHP (CodeIgniter) sample app is used by the getting started content to demonstrate how easy it is to develop a web app and deploy it to Azure App Service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.7%
  • HTML 0.3%