Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ bap Public
forked from aliqasemzadeh/bap

Bootstrap Admin Panel

devforking/bap

 
 

Repository files navigation

#Note: We start new version ny the name jetadmin soon available. ✔️ Bootstrap Admin Panel

Easy way to create Admin Panel.

🔌 Requirements

  • PHP version: >= 8.0
  • Composer
  • Node.js

🧰 Built with

  • Laravel 10
  • Livewire
  • Bootstrap 5
  • Tabler.io
  • SweetAlert2
  • spatie/laravel-permission
  • Laravel Mix Build Tools

🧾 Installation

  1. git clone https://github.com/aliqasemzadeh/bap BoostrapAdminPanel

  2. cd BoostrapAdminPanel

  3. Install dependencies:

    composer install

    npm install

  4. cp .env.example .env

  5. php artisan key:generate

  6. Set your .env with credentials to your database server (DB_* settings) and your domain config (APP_URL).

  7. php artisan migrate --seed

  8. Build frontend with npm run production for production.

  9. Run your server php artisan serve.

  10. Username:[email protected]/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.

About

Bootstrap Admin Panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.2%
  • Blade 47.8%