Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliqasemzadeh/bap
Base Admin Panel
https://github.com/aliqasemzadeh/bap
admin admin-dashboard admin-panel bootstrap bootstrap5 kyc kyc-laravel laravel livewire php tabler tabler-io tabler-ui
Last synced: 24 days ago
JSON representation
Base Admin Panel
- Host: GitHub
- URL: https://github.com/aliqasemzadeh/bap
- Owner: aliqasemzadeh
- Created: 2021-10-28T15:04:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T07:46:10.000Z (5 months ago)
- Last Synced: 2024-10-01T09:22:35.257Z (about 1 month ago)
- Topics: admin, admin-dashboard, admin-panel, bootstrap, bootstrap5, kyc, kyc-laravel, laravel, livewire, php, tabler, tabler-io, tabler-ui
- Language: PHP
- Homepage:
- Size: 5.43 MB
- Stars: 149
- Watchers: 8
- Forks: 41
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-livewire - Base Admin Panel
README
โ๏ธ Bootstrap Admin Panel
======================
> Easy way to create Admin Panel.
>
## ๐ Requirements- PHP version: >= 8.0
- Composer
- Node.js
- PHP extensions: GD, GMP, ZIP## ๐งฐ Built with
- Laravel 10.X
- Livewire 3.X
- 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@ssw0rd321Note 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.