I am new in LARAVEL (laravale 5.4).
web.php is:
<?php
Route::get('/', function () {
return view('method1.home');
});
home.blade.php is:
@extends('dashboard')
dashboard.blade.php is:
<!DOCTYPE html>
<html class="no-js">
<head>
@include('includes.head')
</head>
<body>
do something...
</body>
path and folder name is correct.
BUt I got error:
(2/2) ErrorException View [dashboard] not found. (View: F:\xampp\htdocs\admin_laravel\resources\views\method1\home.blade.php)
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire