aliqasemzadeh / jetadmin_pld

Easy way to install Laravel Base Admin Panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

!! This is page is under development don't use it in production mode. !!

✔️ Bootstrap Admin Panel (This is new version of bap with simple update and installation.)

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
  • Vite Build Tools

🧾 Installation

  1. Install clean version of laravel
  2. composer install
  3. composer require aliqasemzadeh/jetadmin
  4. Install dependencies: npm install
  5. cp .env.example .env
  6. php artisan key:generate
  7. Set your .env with credentials to your database server (DB_* settings) and your domain config (APP_URL).
  8. php artisan migrate --seed
  9. Build frontend with npm run production for production.
  10. Run your server php artisan serve.
  11. Username:info@jetadmin.local/Password:P@ssw0rd321

Note: I decide to change Base Admin Panel to Bootstrap Admin Panel because is much better.

About

Easy way to install Laravel Base Admin Panel


Languages

Language:Blade 58.3%Language:PHP 40.6%Language:SCSS 0.7%Language:JavaScript 0.3%