Reputation: 3202
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
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