symfony tutorial list

https://symfony.com/blog/symfony-4-a-new-way-to-develop-applicationshttps://codereviewvideos.com/course/symfony-4-beginners-tutorialhttps://www.udemy.com/learn-symfony-4-hands-on-creating-a-real-world-application/https://knpuniversity.com/screencast/symfony-fundamentalshttps://symfony.com/pdf/Symfony_book_master.pdfhttps://www.tutorialspoint.com/symfony/index.htmhttps://www.youtube.com/watch?v=ViqqLRumpk0https://www.youtube.com/watch?v=bJ3Q-upVaNshttps://www.youtube.com/watch?v=t5ZedKnWX9E&list=PLillGF-Rfqba-PQBBEf14-fi6LafvvDYS Programming an API backend w/ PHP & Symfony https://www.youtube.com/watch?v=_F6fsfzN8rQhttps://www.youtube.com/watch?v=iINLewCGnuY Symfony 3: Authentication (Login page) Tutorial               https://www.youtube.com/watch?v=3xhYwwznIWU Symfony 3: Authentication (Login page) Tutorial…

Neden Magento 2

Daha iyi geliştirilmiş bir test ortamı ,birim test,unit,test,arayüz testiEntegrasyon Testi ve JavaScript Ünite Testi için kusursuz test çerçevesine sahiptir.Prototype js yerine jquery ve knockout kullanır.Modern PHP 7 yi ve composer…

Mongo Db kurulum notları windows

xammp PHP Version 7.1.7 PHP Extension Build:  API20160303,TS,VC14 https://windows.php.net/downloads/pecl/releases/mongodb/1.5.2/php_mongodb-1.5.2-7.0-ts-vc14-x86.ziphttps://pecl.php.net/package/mongodb/1.5.2/windowshttps://www.youtube.com/watch?v=kfz7c35hDkY

Vue Js Öğreniyorum

Yeni işim gereği vue js öğrenmeye çalışıyorum. Bulduğum kaynakları buraya yazarak not etmek istedim.ilk Olarak Kendi sitesi https://vuejs.org/v2/guide/Dokümantasyonu okuduktan sonra javascirpt bilginiz varsa aşağıdakileri zaten hemen çözersiniz.https://github.com/lincolnbrito/vuejs-example-docsComponentler https://alligator.io/vuejs/dynamic-components/https://alligator.io/vuejs/component-slots/https://alligator.io/vuejs/functional-components/https://css-tricks.com/intro-to-vue-2-components-props-slotsComponent Tanımlama yollarıhttps://medium.com/js-dojo/7-ways-to-define-a-component-template-in-vuejs-c04e0c72900dBol…

How to create a laravel hashed password

 Laravel old$password = 'JohnDoe'; $hashedPassword = Hash::make($password); echo $hashedPassword; // $2y$10$jSAr/RwmjhwioDlJErOk9OQEO7huLz9O6Iuf/udyGbHPiTNuB3IuySo, you’ll insert the $hashedPassword into database. Hope, it’s clear now and if still you are confused then i suggest…

Symfony bundle,component,service ve flex nedir?

Bundle : Symfony uygulamasında kullanılmak üzere yazılmış bir kod ve diğer dosyalar koleksiyonu. mesela sonata admin gibi Component:herhangi bir frameworke ihtiyaç olmadan kendi uygulmasınızı yazabileceğiniz kütüphaneler diyebilir, httpfoundation,form gibi http://symfony.com/doc/current/components/index.htmlhatta…