gmirmand / GoVelo-Symfony

Projet GoVélo (API)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoVélo Symfony V1

You will find below the readme of the Symfone API and Website of GoVélo. This Readme this base on the starter Symfony documentation, being already perfectly explained. This project includes various technical issues such as an API Platform or Algolia. In any case, There is no witchcraft! We let you consult the documentation of the different technologies used and let you consult / understand the code thanks to the comments.

To start working

  • Get database
  • composer install
  • npm i
  • get uploads
  • check app/config/parameters.yml
  • php bin/console assets:install

Update doctrine

  • composer install
  • php bin/console d:s:u --force

What's inside?

The Symfony Standard Edition is configured with the following defaults:

  • An AppBundle you can use to start coding;

  • Twig as the only configured template engine;

  • Doctrine ORM/DBAL;

  • Swiftmailer;

  • Annotations enabled for everything.

It comes pre-configured with the following bundles:

  • FrameworkBundle - The core Symfony framework bundle

  • SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability

  • DoctrineBundle - Adds support for the Doctrine ORM

  • TwigBundle - Adds support for the Twig templating engine

  • SecurityBundle - Adds security by integrating Symfony's security component

  • SwiftmailerBundle - Adds support for Swiftmailer, a library for sending emails

  • MonologBundle - Adds support for Monolog, a logging library

  • WebProfilerBundle (in dev/test env) - Adds profiling functionality and the web debug toolbar

  • SensioDistributionBundle (in dev/test env) - Adds functionality for configuring and working with Symfony distributions

  • SensioGeneratorBundle (in dev env) - Adds code generation capabilities

  • WebServerBundle (in dev env) - Adds commands for running applications using the PHP built-in web server

  • DebugBundle (in dev/test env) - Adds Debug and VarDumper component integration

All libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license.

Enjoy!

About

Projet GoVélo (API)

License:MIT License


Languages

Language:PHP 54.3%Language:HTML 32.4%Language:CSS 9.8%Language:JavaScript 3.5%