A
A
Andrey Astafiev2016-04-08 15:07:10
Laravel
Andrey Astafiev, 2016-04-08 15:07:10

How to load multiple views in a row in Laravel 5?

I use the following code in the controller

class IndController extends Controller {

    public function showPage()
    {
        return view('ind');
    }

}

I have one view loaded, but I want to load more than a few before it, what should I do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Pochepko, 2016-04-08
@DJZT

Learn materiel (MVC) and read the Blade templating documentation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question