This commit is contained in:
Ludovic CANDELLIER
2020-04-15 18:16:49 +02:00
parent e5bd08ce9d
commit c80b0f1edf
2 changed files with 2 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ class HomeController extends Controller
*/ */
public function __construct() public function __construct()
{ {
$this->middleware('auth'); // $this->middleware('auth');
} }
/** /**

View File

@@ -1,4 +1,4 @@
@extends('boilerplate::layout.index', [ @extends('layout.index', [
'title' => __('dashboard.title'), 'title' => __('dashboard.title'),
'subtitle' => __('boilerplate::users.list.title'), 'subtitle' => __('boilerplate::users.list.title'),
'breadcrumb' => [ 'breadcrumb' => [
@@ -15,16 +15,3 @@
@endsection @endsection
@prepend('js')
@include('components.js.ie11')
@include('components.js', ['js' => '/js/laroute.js'])
@include('components.js', ['js' => '/js/main.min.js'])
@include('components.js', ['js' => '/js/datatables.min.js'])
@include('boilerplate::load.moment')
@endprepend
@push('css')
@include('components.css', ['css' => '/css/main.min.css'])
@include('components.css', ['css' => '/css/datatables.min.css'])
@endpush