GithubHelp home page GithubHelp logo

assingment3_firstphp_symfony_'s Introduction

php-symfony-patika-bootcamp-assignment3

ARAŞTIRMA KONUSU (20 puan)

  • Symfony kullanmanın avantajları nedir? Kendi cümlelerinizle açıklayınız.
  • Symfony ile environment (ortam) ayarlaması nasıl yapılır?
  • Yeni bir Symfony projesi oluşturmak için kullanılar composer komutu nedir?
  • Laravel framework ve Symfony framework arasındaki temel farklardan iki tanesini yazınız.

1 - Symfony kullanmanın avantajları nedir?

Daha hızlı proje gelışstimek için framework lerden yararlanırız. Symfony de bir Framework olarak bize reusable componentleri sayesinde benzer projelerimize entegre edilebilir. Ayrıca MVC yapısıyla çalıştığı için modüller olarak da kullanılabilir. Kullanıcıların işlevsel kullanımı için kolaylıklar sağlar. Çok fazla geliştiricisinin ve kullanıcısının bulunması nedeniyle hızlı ve efektif çözümler üretilebilir.

2 - Symfony ile enviroment(ortam) ayarlaması nasıl yapılır?

.env , .yaml , .xml ve .php dosyaları ile environment ayarlaması yapılabilir. Proje içerisindeki .env uzantılı dosyayı kullanarak (APP_ENV adlı değişkene dev , prod ya da test olarak eşitleyerek) yapılır. config/packages klasörü altındaki yaml dosyaları ile yapılır.

3 - Yeni bir Symfony projesi oluşturmak için kullanılar composer komutu nedir?

composer create-project symfony/website-skeleton my_project_name veya versiyon bazlı olarak symfony new my_project_name --version=4.4 --full Komutu kullanılabilir.

4 - Laravel framework ve Symfony framework arasındaki temel farklardan iki tanesini yazınız.

LARAVEL SYMFONY
Blade sistemini kullanır. Twig sistemini kullanır.
ORM için Eloquent kullanılır ORM için Doctrine kullanılır
Daha popülerdir. Geliştirici / Kullanıcı sayısı daha fazladır Daha büyük projelerde kullanılması nedeniyle daha az popülerdir ve geliştirici sayısı daha azdır.
LMySQL -PostgreSQL -SQLite -SQL Server destekler MySQL -Oracle - SQL Server - PostgreSQL - SQLite - SAP Sybase SQL Anywhere-Drizzle destekler
Ayarlama için sadece PHP yi destekler PHP, YAML ve XML desteği bulunur.

SYMFONY UYGULAMASI OLUŞTRMA (80 puan)

Ders esnasında composer ile oluşturmuş olduğunuz ilk Symfony uygulamasını Repo’ya yükleyiniz.

assingment3_firstphp_symfony_'s People

Contributors

shenmali avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.