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
- Host: GitHub
- URL: https://github.com/aliqasemzadeh/jetadmin_pld
- Owner: aliqasemzadeh
- Created: 2022-11-22T00:49:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T13:59:24.000Z (about 3 years ago)
- Last Synced: 2025-03-22T18:44:24.610Z (about 1 year ago)
- Topics: admin-dashboard, admin-dashboard-ui, admin-ui, laravel-admin-panel, laravel-tabler, tabler
- Language: Blade
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.