# php43 **Repository Path**: test-cpe/php43 ## Basic Information - **Project Name**: php43 - **Description**: Auto created by ServiceStage! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/test-cpe/php43 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PHP Laravel web application | Language | Framework | Platform | -------- | -------- |--------| | PHP | Laravel | ServiceStage Web App, CCE Cluster| This sample code helps get you started with a simple PHP Laravel web application deployed by ServiceStage WebApp to a CCE Cluster. ## Getting Started Clone your code repository and start developing your application on IDE of your choice 1. Enter the project $ cd [my project] 2. Install vendor. $ composer install 2. create .env file. $ cp .env.example .env 3. Run the application. $ php artisan serve 4. Open http://127.0.0.1:8000/ in a web browser to view your application. if you want to deploy the sample code on servicestage, View your CI/CD pipeline and service stack on ServiceStage and customize it as per your needs ## License: See [LICENSE](LICENSE).