Home

Awesome

โœ”๏ธ Bootstrap Admin Panel

Easy way to create Admin Panel.

๐Ÿ”Œ Requirements

๐Ÿงฐ Built with

๐Ÿงพ 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: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.