Skip to content

burakolgun/Scholl-lesson-teacher-Relation-Table

Repository files navigation


İlk Kurukum için ->

  • 'dbname' -> 'egeders'

  • 1-> 'Composer' yüklü olmalı projeyi indirdikten sonra 'composer install' ile gerekli componentlerin yüklenmesi gerekir.

  • 2-> 'php bin/console doctrine:database:create' => DB olusturulur veya kendiniz de egeders adinda bir db olusturabilirsiniz.

  • 3-> 'php bin/console doctrine:generate:entities AppBundle' => tablolari olusturmak icin yazmaniz gerekir.

  • 4-> 'php bin/console doctrine:schema:update --forcee' => degisiklikleri db iletmek icin yazmaniz gerekir.

  • 5-> 'php bin/console server:run' komutu ile calistirabilirsiniz.

Symfony Standard Edition

Welcome to the Symfony Standard Edition - a fully-functional Symfony application that you can use as the skeleton for your new applications.

For details on how to download and get started with Symfony, see the Installation chapter of the Symfony Documentation.

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/test env) - Adds code generation capabilities

  • 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

Ege Meslek Yüksek Okulu Ders-Ogretmen-Bölüm Bilgilerini Tutan ve CRUD yapan Web Programı

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published