Typical templates for enterprise applications and various components
Reasonable framework choice, good engineering practice
Development using latest version of Laravel, VueJS and other libraries
Roles & permissions management with excellent UI
Built-in industry universal international solution
The project works perfectly with any API-based Laravel projects
# Clone the project with composer
composer create-project tuandm/laravue
cd laravue
# Migration and DB seeder (after changing your DB settings in .env)
php artisan migrate --seed
# Install dependency
npm install
# develop
npm run dev # or npm run watch
# Start local development server
php artisan serve