DEV Community

Discussion on: Laravue - a beautiful dashboard for Laravel

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.