Awesome
โ๏ธ Bootstrap Admin Panel
Easy way to create Admin Panel.
๐ Requirements
- PHP version: >= 8.0
- Composer
- Node.js
- PHP extensions: GD, GMP, ZIP
๐งฐ Built with
- Laravel 10.X
- Livewire 3.X
- Bootstrap 5
- Tabler.io
- SweetAlert2
- spatie/laravel-permission
- Laravel Mix Build Tools
๐งพ Installation
-
git clone https://github.com/aliqasemzadeh/bap BoostrapAdminPanel
-
cd BoostrapAdminPanel
-
Install dependencies:
composer install
npm install
-
cp .env.example .env
-
php artisan key:generate
-
Set your
.env
with credentials to your database server (DB_*
settings) and your domain config (APP_URL
). -
php artisan migrate --seed
-
Build frontend with
npm run production
for production. -
Run your server
php artisan serve
. -
Username:info@bap.local/Password:P@ssw0rd321
Note 1: I decide to change Base Admin Panel to Bootstrap Admin Panel because is much better.
Note 2: Any misuse of this software to launch illegal sites is not allowed and the responsibility for its use lies with the user's site.
Note 3: We start new version ny the name jetadmin soon available.