CoronaaVel is a starter Laravel admin panel application with basic user and role management and is based on the Corona Bootstrap Dark Theme. The package uses the Laravel Blade templating engine. This is an ideal Laravel 8 admin panel for small projects without the complexities of VUE or REACT.
- Clone this repository
git clone https://github.com/gosman/coronavel
- Change directory
cd coronavel
- Update Composer
composer update
- Install NPM
npm install
- Rename .env.example to .env
mv .env.example .env
-
Configure .env file with DB and App Settings Reference
-
Generate application key
php artisan key:generate
- Run migrations
php artisan migrate
- Seed database
php artisan db:seed
If you followed the steps above, 2 default accounts will have been created.
Admin account:
Passw0rd
User account:
Passw0rd
Replace the following files
/public/assets/images/favicon.ico
/public/assets/images/logo.svg
/public/assets/images/logo-mini.svg
Sidebar configuration file
Sidebar icons
Changes made to these files need to compiled Reference
npm run dev