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>
head.blade.php is:
<link rel="stylesheet" href="">
<link rel="stylesheet" href="">
<script src=""></script>
path and folder name is correct.
But css is not working.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire