Skip to content

Backend Application with Laravel Vue.js using Tailwind CSS for make the template

Notifications You must be signed in to change notification settings

jamesnael/laravel-tailwind-admin-template

Repository files navigation

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

About

Backend Application with Laravel Vue.js using Tailwind CSS for make the template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages