Stars: 119
Forks: 32
Pull Requests: 2
Issues: 6
Watchers: 5
Last Updated: 2023-09-14 09:59:42
Bootstrap Admin Panel
License:
Languages: PHP, Blade
Easy way to create Admin Panel.
git clone https://github.com/aliqasemzadeh/bap BoostrapAdminPanel
cd BoostrapAdminPanel
Install dependencies:
composer install
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:[email protected]/Password:P@ssw0rd321
Note 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.