- [Download repository]
Download the repository using git clone
git clone https://github.com/dwiki48/admin-panel.git
Update composer
composer update
Create file .env from env.example
cp .env.example .env
Migrate DB using artisan migrate
php artisan migrate --seed
Install node module then serve
npm install && npm run dev
Run the app
php artisan serve