Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Default Dashboard View #27

Closed
Mezzair opened this issue May 31, 2016 · 2 comments
Closed

Default Dashboard View #27

Mezzair opened this issue May 31, 2016 · 2 comments

Comments

@Mezzair
Copy link

Mezzair commented May 31, 2016

When using the starter kit, the default dashboard view loads the main layout file and not the 'dashboard.main' blade layout that gets generated.

@fishmad
Copy link

fishmad commented May 31, 2016

Composer instructions say if you use Bootstrap you need to manually change this file
laravel51cogs\app\Http\Controllers\PagesController.php

from

    public function dashboard()
    {
        return view('dashboard');
    }

to

    public function dashboard()
    {
        return view('dashboard.main');
    }

@Mezzair Mezzair closed this as completed May 31, 2016
@mlantz
Copy link
Member

mlantz commented May 31, 2016

Thanks @fishmad :) Sometimes in this package I cannot make too many assumptions - where I decide not too I try and leave instructions. Let me know if you guys encounter stuff thats unclear. Thanks :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants