mhixv / QAdmin

a free, open-source dashboard panel starter kit for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QAdmin

a free, open-source dashboard panel starter kit for Laravel. Just intall and everything is ready

App Screenshot

Tech Stack

Client: ruangAdmin, Bootstrap, Jquery, filePond

Server: PHP 7.3.x, Laravel 8.x

Dependencies

Features

  • ruangAdmin template
  • Authentication with Laravel Breeze
  • User & Roles management
  • Activity logs
  • Settings menu
  • 15 laravel components ready-to-use
  • Laravel modules
  • Unit testing

Installation

You can fork or clone this project

git clone git@github.com:superXdev/QAdmin.git
cd QAdmin
composer install
cp .env.example .env <-- edit db config
php artisan admin:install

That's it!

Admin credentials

Running Tests

To run tests, run the following command

php artisan test
Tests:  29 passed
Time:   7.58s

Sponsor

https://suksesmm.net - SMM Panel Indonesia

License

QAdmin is open-sourced software licensed under the MIT license.

About

a free, open-source dashboard panel starter kit for Laravel

License:MIT License


Languages

Language:PHP 71.2%Language:Blade 28.8%