Laravue core
Introduction
Last month, I introduced our Laravue project which is to build an administrative interface for Laravel using VueJS in this post, the development progress is quite good and we have some beta releases last weeks. However, Laravue is positioned as an enterprise dashboard solution which is not suitable to use for existing projects. Today I would like to introduce Laravue core - a Laravel package which provides all core functionalities for Laravue and easy to integrate to any Laravel projects.
Screenshot
- Demo: https://core.laravue.dev
- Source code: https://github.com/tuandm/laravue-core
Getting started
Laravue-core provides a useful command that will set up everything, just get the tuandm/laravue-core
package with composer, type php artisan laravue:setup
then continue with the prompt - very easy.
Please refer to the installation guide for more detail
Next steps
- We will try to release new version for Lumen - it is very attractive.
- Tests system is under development - we want to cover this library as much as possible
- Documentation will be released shortly - including components manual and development guidelines.
- We will add useful Laravel packages such as spatie/laravel-permission or CRUD support.
I hope this package will help you in building a beautiful admin UI for your Laravel projects. I greatly appreciate any feedback, comments, suggestions and even stars,... they absolutely make me and this library better. Thank you.