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…

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…

Laravel array_get() Helper Function

Dizi dizininin tanımlanıp tanımlanmadığını kontrol etmek için her zaman isset () kullanmak zorunda kalmaktan yorulduysanız böyle bir laravelde bulunan alternatif fonksiyonu kullanabilirsiniz.Bunu kendime not almak için yazdım aslında function array_get($array, $key,…

Onesignal push nedir,php api örneği

Mobil cihazlardan sonra hayatımızın bir parçası haline gelen bildirimler ile web sitelerinindeki haberleri ve indirimleri çok hızlı bir şekilde alabiliyoruz , yada Sitenizi ziyaret eden bir kullanıcı haber , ürün…

Magento admin için kullanıcı oluşturma kodu

bu kodu example.php gibi bişeye oluşturabilirsiniz. require_once('app/Mage.php'); //Path to Magento umask(0); Mage::app(); Mage::getModel('admin/user') ->loadByUsername('admin') ->setPassword("senin_şifren") ->save(); echo "Successfully Changed"; die;

zend framework 1 crud tutorial

This article will explain you about the CRUD operations of Zend framework 1 in details include topics such as Create a layout, Html 5 and bootsrap css and Database configuration.Let’s take an example of “Ticket”, where user…

Facebook neden php ile yazıldı

Silikon vadisinde ve diğer yerlerdeki bir web tabanlı bir startup projesi için dil seçilirken, zaman ve para konusunda çok kafa patlatır rakiplerini ve programlama dillerini inceleler o yüzden php, python,…

Programlamanın Taosu

Programlamanın Taosu-1. Kitap – Sessiz BoşlukVe şöyle dedi usta programcı: “Sadece TCP/IP kullanarak uzaktaki makinanın işletim sistemini anlayabildiğinde tapınaktan ayrılmanın zamanı gelmiş demektir.”1.1Sessiz boşlukta gizemli bir şey oluştu. Tek başına…