🧶 A application build with Laravel , Inertia.js , Vue.js and Tailwindcss .
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
[email protected]
MAIL_PASSWORD=password
MAIL_ENCRYPTION=tls
[email protected]
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:
- Username: [email protected]
- Password: password