Hash::make() komutu Get link Facebook X Pinterest Email Other Apps October 16, 2014 $sifre=Hash::make('123456'); //123456 yı şifreliyor dd($sifre); //echo(123456 nın şifreli hali ve exit işine yarıyor) Get link Facebook X Pinterest Email Other Apps Comments
Debug modunu açma kapama October 16, 2014 Hatalarımızı görme açısında localde çalışırken hata modunu açmak isteyebiliriz. Bunun için config içerisinde app.php de 'debug' => true, yapıyoruz Read more
The encryption key must be a random string. hatası December 21, 2014 Laravel güncellemesinden sonra şöyle bir hata aldım. The encryption key must be a random string. Komut satırına şunu yazıyoruz php artisan key:generate --env= local oluşan kodu app.phpde 'key' => '-----------', kısmına yapıştırıyoruz Read more
Comments
Post a Comment