Bifrost is a lightweight PHP framework template designed to accelerate web development, offering a simple structure and automation tools for common tasks.
This repository includes a .vscode/tasks.json file that automates pulling dependencies (e.g., API, APP, Database, etc.) from other repositories.
- Git
- Docker
- Docker Compose
- Visual Studio Code (VS Code)
- Clone the repository:
git clone https://github.com/Felipe-Cavalca/Bifrost.git
cd Bifrost- Open the project in VS Code:
code .-
Run tasks to pull dependencies:
- Go to Terminal > Run Task...
- Choose one of the available tasks in tasks.json
-
Start Docker containers:
docker-compose up --build -dWe welcome contributions! Follow these steps:
-
Fork this repo
-
Create a feature branch:
git checkout -b my-feature- Commit your changes:
git commit -m "feat: add new feature"- Push to origin:
git push origin my-feature- Open a Pull Request
Bifrost é um template de framework PHP criado para acelerar o desenvolvimento web, oferecendo uma estrutura simples e automações para tarefas comuns.
Este repositório inclui o arquivo .vscode/tasks.json, que automatiza o processo de puxar dependências (como API, APP, Banco e outros).
- Git
- Docker
- Docker Compose
- Visual Studio Code (VS Code)
- Clone o repositório:
git clone https://github.com/Felipe-Cavalca/Bifrost.git
cd Bifrost- Abra o projeto no VS Code:
code .-
Execute as tarefas do
tasks.json:- Vá em Terminal > Executar Tarefa...
- Escolha uma das tarefas disponíveis
-
Inicie os containers Docker:
docker-compose up --build -dContribuições são bem-vindas! Siga os passos:
-
Faça um fork deste repositório
-
Crie uma branch para sua feature:
git checkout -b minha-feature- Faça os commits:
git commit -m "feat: adiciona nova funcionalidade"- Envie para o repositório remoto:
git push origin minha-feature- Abra um Pull Request
🔧 Simple and structured. Ready to build.