This repository contains the Web Project
Before you begin, ensure you have met the following requirements:
- Symfony installed on your local development environment.
- Basic knowledge of Symfony and Twig templating.
its just one command :
php bin/console doctrine:schema:update --forceThis will update your schema
- Clone this repository to your local machine using:
git clone https://github.com/HelpMeBalance/Web_2.git
- Change into the project directory:
cd Web_2 - Install dependencies:
composer install
- Run the Symfony development server:
symfony server:start
- Access the application in your web browser at
http://localhost:8000.
- 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.
Contributions are welcome! Feel free to open issues or pull requests for any improvements or fixes.