An open API service indexing awesome lists of open source software.

https://github.com/aliqasemzadeh/jetadmin_pld

Easy way to install Laravel Base Admin Panel
https://github.com/aliqasemzadeh/jetadmin_pld

admin-dashboard admin-dashboard-ui admin-ui laravel-admin-panel laravel-tabler tabler

Last synced: 2 months ago
JSON representation

Easy way to install Laravel Base Admin Panel

Awesome Lists containing this project

README

          

!! 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`
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@jetadmin.local/Password:P@ssw0rd321

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