• 06-01-2018, 17:28:55
    #1
    Merhaba Laravel'de böle bir hata alıyorum Frontendi bulamıyor halbuki index.blade.php içerisine @extends('frontend') olarak eklemiştim

    ErrorException
    View [frontend] not found. (View: C:\Users\erdem\www\home\resources\views\frontend\i ndex.blade.php)

    Bazı şeyleri denedim gene olmadı
    php artisan config:cache
    php artisan config:clear

    Route kodu :

    Route::get('/',function(){ 
        return view('frontend.index'); 
    
    
    });
  • 06-01-2018, 17:35:14
    #2
    Rota koduna göre resources\views\frontend klasörü içerisinde index.blade.php dosyası olması gerekiyor ve bunu bulamadığını söylüyor hocam. Bu dizini bir kontrol edin var mı diye
  • 06-01-2018, 17:37:09
    #3
    hocam iftira atıyor bakın var

  • 06-01-2018, 17:45:41
    #4
    Üyeliği durduruldu
    i ndex.blade.php i harfi arasında boşluk var. Siz mi bu şekilde yazdınız yoksa böylemi gözüküyor direk ?
  • 06-01-2018, 17:47:50
    #5
    Ben yazmışım hocam

    Hata sayfasındaki Başlıklar

    (2/2) ErrorException
    View [frontend] not found. (View: C:\Users\erdem\www\home\resources\views\frontend\index.blade.php)
    (1/2) InvalidArgumentException
    View [frontend] not found.