DEV Community

Discussion on: Laravue - a beautiful dashboard for Laravel

Collapse
 
glennmen profile image
Glenn Carremans • Edited

This looks great! I suggested it to our web team, currently they are using AdminLTE–template (unless they changed it already).

Btw you said "Laravel Lamen as API gateway" (typo Lamen = Lumen 😉) but is that correct? Aren't you using the full Laravel framework and not the minimal Lumen version.

Collapse
 
tuandm profile image
Tuan Duong • Edited

Thanks @glennmen , I corrected the typo 😉.

In this version, I'm using full Laravel framework because I want to experiment more on other packages - not only which Lumen offers. I will release a version for Lumen when everything is... so so 😛.

Collapse
 
glennmen profile image
Glenn Carremans

I would suggest to keep using the Lavavel framework.
Even though your dashboard will work with only Lumen it will be harder for other developers to customize and extend your dashboard for their projects. Lumen for example doesn't support views.

Thread Thread
 
tuandm profile image
Tuan Duong • Edited

@glennmen : Thanks for your suggestion. Well noted.