Skip to content

syrinechh/symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Symfony Project

This is a Symfony project.

Requirements

  • PHP 7.1.3 or higher
  • Composer

Installation

  1. Clone the repository:
    git clone https://github.com/syrinechh/symfony.git
    cd symfony
  2. Install dependencies:
    composer install
  3. Set up your environment variables:
    cp .env.example .env
  4. Run migrations:
    php bin/console doctrine:migrations:migrate

Usage

To run the application:

symfony serve

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published