Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 914 Bytes

README.md

File metadata and controls

77 lines (55 loc) · 914 Bytes

laravel-vuetify-admin

Vue 3.2 + Laravel 8 + Admin Template CRUD example Using Tailwind CSS

Installation

  1. Clone the repository

  2. Change to directory

cd laravel-vuetify-admin
  1. Install dependencies
composer install
  1. Copy .env file
cp .env.example .env
  1. Modify DB_* value in .env with your database config.

  2. Generate application key:

php artisan key:generate
  1. Migrate
php artisan migrate
  1. Install Node modules
npm install
  1. Build
npm run dev

or

npm run watch

Dummy Data

  1. Generate the db seeder
php artisan db:seed
  1. Testing the data
Login with :
username : demo-admin
password : password

Thanks,
James Nathanael