scott
scott

Reputation: 3202

Create a dynamic page using Laravel 5.1?

I need to create a dynamic html page and menu . I googled but didn't find a good solution for what I need. Any help is appreciated.

Before asking question please refer to the following tutorials:

Laravel Creating Dynamic Routes to controllers from Mysql database

Making dynamic pages from DB with Laravel

How to create Dynamic menus in laravel 5.1?

http://laravel.io/forum/06-03-2014-dynamic-pages-and-routes

thank you

Upvotes: 0

Views: 1969

Answers (1)

Oluwafemi Sule
Oluwafemi Sule

Reputation: 38932

Illuminate doesn't ship with Laravel 5.1 but you can do something similar with it.

Also check this out Laravel 5.1: Class html does not exist

Upvotes: 1

Related Questions