All Projects → Azure-Samples → app-service-web-php-get-started

Azure-Samples / app-service-web-php-get-started

Licence: MIT license
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.

Programming Languages

PHP
23972 projects - #3 most used programming language
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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].