Skip to content

⚡️ Volt - Bootstrap 5 Admin Dashboard Template with vanilla Javascript (Laravel Version)

Notifications You must be signed in to change notification settings

akunbeben/volt-laravel-dashboard

Repository files navigation

GitHub Workflow Status StyleCI status

Volt Bootstrap 5 Dashboard Preview

Volt is a free and open source Bootstrap 5 Admin Dashboard featuring over 100 components, 11 example pages and 3 customized plugins. Volt does not require jQuery as a dependency meaning that every library and script's are jQuery free.

All of the assets inside this repository is belongs to themesberg

Bootstrap 5 and Vanilla JavaScript

Volt is built using the latest version of Bootstrap 5 and because jQuery is no longer required as a dependency, Volt has been built using only Vanilla JS.

11 Example pages

We created no less than 11 advanced example pages such as the overview page, transactions, user settings, sign in and sign up and many more.

This project assets is built using the following technologies:

  • Webpacks - Laravel-Mix

Versions

Installation

  • Fork and Clone this repository.
  • Go to the cloned repository folder cd volt-laravel-dashboard .
  • Run this following commands:

Install the composer dependencies

composer install

Generate the Application Key

php artisan key:generate

Install and compile NPM dependencies

npm install && npm run dev

or if you using Yarn

yarn && yarn run dev

Finally. Ready to serve.

php artisan serve