Field What to enter... Password Professional Email address password Username Professional Email address Type Select IMAP Incoming server Enter mail.yoursite.net Outgoing server Enter mail.yoursite.net Pop3 Field What to enter... Password…
Conventional Commits The conventional commit message style is another way you can level up your commit messages. The conventional commits structure involves starting your commit message with a specified…
Shifting the user interfaces from Java to Node.js, the company streamlined the development quite well. Before Node, Netflix had a process and work style which was cumbersome for both the…
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…
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…
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…
php bin/console doctrine:schema:update –forceError SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytesconfigpackagesdoctrine.yaml içinde bunucharset: utf8mb4collate: utf8mb4_unicode_cibununla değiştir. …
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,…
ERROR: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connectionbu hata firewall yada güvenlikle ilgili bişey bağlantıya izin vermiyor olduğu için olur , firewall u geçiçi süre kapatın , sonra docker-machine…