Skip to content

gosman/coronavel

Repository files navigation

About CoronaVel

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.

Installation instructions

  1. Clone this repository
git clone https://github.com/gosman/coronavel
  1. Change directory
cd coronavel
  1. Update Composer
composer update
  1. Install NPM
npm install
  1. Rename .env.example to .env
mv .env.example .env
  1. Configure .env file with DB and App Settings Reference

  2. Generate application key

php artisan key:generate
  1. Run migrations
php artisan migrate
  1. Seed database
php artisan db:seed

Login

If you followed the steps above, 2 default accounts will have been created.

Admin account:

[email protected]

Passw0rd

User account:

[email protected]

Passw0rd

Branding

Replace the following files

/public/assets/images/favicon.ico

/public/assets/images/logo.svg

/public/assets/images/logo-mini.svg

Sidebar Menu

Sidebar configuration file

/config/sidebar.php

Sidebar icons

icons

Assets

CSS /resources/css/app.css

JS /resources/js/app.js

Changes made to these files need to compiled Reference

npm run dev

Support

Expert Digital Marketing

About

Laravel Admin Panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published