Skip to content

👨‍💻 Admin Dashboard built with Laravel, Inertia js, Vue and Tailwind CSS.

License

Notifications You must be signed in to change notification settings

SaiHtetWaiYan/admin-dashboard

Repository files navigation

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: