Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

azure-appservice-samples/php-get-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP sample for Azure App Service - CodeIgniter

This is a PHP web app built with CodeIgniter that you can deploy to 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

PHP app sample for Azure App Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages