Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.24 KB

File metadata and controls

51 lines (37 loc) · 1.24 KB

HelpMeBalance

This repository contains the Web Project

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Symfony installed on your local development environment.
  • Basic knowledge of Symfony and Twig templating.

No Need For Migration

its just one command :

php bin/console doctrine:schema:update --force

This will update your schema

Installation

  1. Clone this repository to your local machine using:
    git clone https://github.com/HelpMeBalance/Web_2.git
  2. Change into the project directory:
    cd Web_2
  3. Install dependencies:
    composer install
  4. Run the Symfony development server:
    symfony server:start
  5. Access the application in your web browser at http://localhost:8000.

Usage

  • Explore the templates in the templates/ directory.
  • Review the Symfony routes and controller actions in your Symfony application to see how templates are rendered.
  • Customize and experiment with Twig templates to enhance your understanding.

Contributing

Contributions are welcome! Feel free to open issues or pull requests for any improvements or fixes.