Awesome
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
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
- Email: admin@gmail.com
- Password: admin123
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.