SaiHtetWaiYan / admin-dashboard

πŸ‘¨β€πŸ’» Admin Dashboard built with Laravel, Inertia js, Vue and Tailwind CSS.

Home Page:http://admin-dashboard.mylifemyway.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin Dashboard

🧢 A application build with Laravel , Inertia.js , Vue.js and Tailwindcss .

Resources

Demo

Project setup

Clone the repo locally:

git clone https://github.com/SaiHtetWaiYan/admin-dashboard.git admin-dashboard
cd admin-dashboard

Install PHP dependencies:

composer install

Install NPM dependencies:

npm install

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Connect to local database

DB_DATABASE= database name
DB_USERNAME= database user name
DB_PASSWORD= database password

Connect to mail server for forgot password

MAIL_MAILER=smtp
MAIL_HOST=smtp.googlemail.com
MAIL_PORT=587
MAIL_USERNAME=your@gmail.com
MAIL_PASSWORD=password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=your@gmail.com
MAIL_FROM_NAME=Admin-Dashboard

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

You're ready to go! Login with:

About

πŸ‘¨β€πŸ’» Admin Dashboard built with Laravel, Inertia js, Vue and Tailwind CSS.

http://admin-dashboard.mylifemyway.site

License:MIT License


Languages

Language:PHP 62.5%Language:Vue 37.1%Language:Blade 0.4%