Labs64 / laravel-boilerplate

Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
https://github.com/Labs64/laravel-boilerplate/wiki
MIT License
913 stars 328 forks source link

How do I implement the different pages? and UI? #57

Closed commentatorboy closed 5 years ago

commentatorboy commented 5 years ago

I am a bit confused on how to implement the different UI elements and the pages that are shown in the example. I can see that in the original template repo, there is a production folder with different examples, but could not find it in this repo.

I tried to for example find the projects.html example, but could not find it.

I have already compiled and installed everything as the guide mentioned.

Thank you in advance.

v-rudkovskiy commented 5 years ago

You can take examples from gentelella theme and integrate them with laravel "blade templates"

commentatorboy commented 5 years ago

Awesome thanks ! Thought that it were already integrated in this repo, but that is ok.