✔️ Base Admin Panel
Easy way to create Admin Panel.
🔌 Requirements
- PHP version: >= 8.0
- Composer
- Node.js
🧰 Built with
- Laravel 9
- Livewire
- Bootstrap 5
- Tabler.io
- SweetAlert2
- spatie/laravel-permission
🧾 Installation
-
git clone https://github.com/alighasemzadeh/bap BaseAdminPanel -
cd BaseAdminPanel -
Install dependencies:
composer installnpm install -
cp .env.example .env -
php artisan key:generate -
Set your
.envwith credentials to your database server (DB_*settings) and your domain config (APP_URL). -
php artisan migrate --seed -
Build frontend with
npm run buildfor production. -
Run your server
php artisan serve. -
Username:info@bap.local/Password:P@ssw0rd321