Skip to content

ucids/php-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 Docker PHP Develop

(PHP develop)

🔧 Getting Started

Follow these steps to set up and run this project:

1️⃣. Clone the repository

To clone the repository, use the following command:

git clone [https://github.com/ucids/php-template.git]

2️⃣. Modify the .env file

Before starting the application, ensure you modify the .env file with the appropriate database settings:

``` DB_HOST=your_host DB_USER=your_user DB_PASS=your_password DB_NAME=your_db_name ``` (Fill in your_host, `your_user`, `your_password`, and `your_db_name` with your actual database credentials.)

3️⃣. Start the application using Docker

Run the following command:

```bash docker-compose up -d ```

4️⃣. Create your branch

Before you start developing, create your own branch:

```bash git checkout -b [YOUR_BRANCH_NAME] ``` (Replace [YOUR_BRANCH_NAME] with a descriptive name for the feature or fix you're working on.)

5️⃣. Develop 🦑

Now you're ready to start developing! Make your changes, commit them, and when ready, create a pull request.


📝 Contribution Guidelines

(If you have specific guidelines for contributing to this project, add them here)

About

PHP Template with Metronic 35 Dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published