!! This is page is under development don't use it in production mode. !!
Easy way to create Admin Panel.
- PHP version: >= 8.0
- Composer
- Node.js
- Laravel 10
- Livewire
- Bootstrap 5
- Tabler.io
- SweetAlert2
- spatie/laravel-permission
- Vite Build Tools
- Install clean version of laravel
composer install
composer require aliqasemzadeh/jetadmin
- Install dependencies:
npm install
cp .env.example .env
php artisan key:generate
- Set your
.env
with credentials to your database server (DB_*
settings) and your domain config (APP_URL
). php artisan migrate --seed
- Build frontend with
npm run production
for production. - Run your server
php artisan serve
. - Username:info@jetadmin.local/Password:P@ssw0rd321
Note: I decide to change Base Admin Panel to Bootstrap Admin Panel because is much better.