hero

Laravue

A magical administrative interface for Laravel built by VueJS and Element UI

Get Started →

Feature-rich

Typical templates for enterprise applications and various components

Best Practice

Reasonable framework choice, good engineering practice

Up-to-date Technology Stack

Development using latest version of Laravel, VueJS and other libraries

Powerful ACL

Roles & permissions management with excellent UI

Globalization

Built-in industry universal international solution

Easy to integrate

The project works perfectly with any API-based Laravel projects

Getting Started

# 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