Skip to content

sabhdev/symfony-start-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


SymfonyStartSetup

@sabhcode

โ—ฆ Developed with the software and tools listed below.

.ENV PHP JSON Markdown

GitHub top language GitHub code size in bytes GitHub commit activity GitHub license

๐Ÿ“’ Table of Contents


๐Ÿงฉ Modules

Root
File Summary
phpunit.xml.dist HTTPStatus Exception: 429
Config
File Summary
bundles.php HTTPStatus Exception: 429
preload.php HTTPStatus Exception: 429
Bin
File Summary
console HTTPStatus Exception: 429
phpunit HTTPStatus Exception: 429
Public
File Summary
index.php HTTPStatus Exception: 429
Templates
File Summary
base.html.twig HTTPStatus Exception: 429
Home
File Summary
my_first_app.code-workspace HTTPStatus Exception: 429
index.html.twig HTTPStatus Exception: 429
Src
File Summary
Kernel.php HTTPStatus Exception: 429
Controller
File Summary
HomeController.php HTTPStatus Exception: 429

๐Ÿš€ Getting Started

โœ”๏ธ Prerequisites

Before you begin, ensure that you have the following prerequisites installed:

  • โ„น๏ธ PHP
  • โ„น๏ธ Scoop
  • โ„น๏ธ Composer

๐Ÿ“ฆ Installation

  1. Clone the SymfonyStartSetup repository:
git clone https://github.com/sabhcode/SymfonyStartSetup.git
  1. Change to the project directory:
cd SymfonyStartSetup
  1. Install the dependencies:
composer install

๐ŸŽฎ Using SymfonyStartSetup

php main.php

๐Ÿงช Running Tests

vendor/bin/phpunit

๐Ÿค Contributing

Contributions are always welcome! Please follow these steps:

  1. Fork the project repository. This creates a copy of the project on your account that you can modify without affecting the original project.
  2. Clone the forked repository to your local machine using a Git client like Git or GitHub Desktop.
  3. Create a new branch with a descriptive name (e.g., new-feature-branch or bugfix-issue-123).
git checkout -b new-feature-branch
  1. Make changes to the project's codebase.
  2. Commit your changes to your local branch with a clear commit message that explains the changes you've made.
git commit -m 'Implemented new feature.'
  1. Push your changes to your forked repository on GitHub using the following command
git push origin new-feature-branch
  1. Create a new pull request to the original project repository. In the pull request, describe the changes you've made and why they're necessary. The project maintainers will review your changes and provide feedback or merge them into the main branch.

About

๐Ÿ Symfony starter setup, ready to host apps.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published