QAdmin
a free, open-source dashboard panel starter kit for Laravel. Just intall and everything is ready
Tech Stack
Client: ruangAdmin, Bootstrap, Jquery, filePond
Server: PHP 7.3.x, Laravel 8.x
Dependencies
- Laravel Breeze
- spatie/laravel-permission
- spatie/laravel-activitylog
- akaunting/laravel-setting
- Laravel Modules
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 [email protected]:superXdev/QAdmin.git
cd QAdmin
composer install
cp .env.example .env <-- edit db config
php artisan admin:install
That's it!
Running Tests
To run tests, run the following command
php artisan test
Tests: 29 passed
Time: 7.58s
License
QAdmin is open-sourced software licensed under the MIT license.