QuickAdmin is a web-based starter kit to help to start a large application without thinking about authentication, authorization, and role-based permission.
- The codebase is structured by a Repository pattern.
- Laravel Ui is used for authentication.
QuickAdmin is accessible, powerful, and provides tools required for large, robust applications.
- PHP >= 7.3
- First clone the project and change the directory
git clone https://github.com/wahid09/QuickAdmin.git
cd QuickAdmin
- Install Dependencies
- install composer
composer install
- Copy
.env.example
to.env
cp .env.example .env
- Generate application key
php artisan key:generate
- Databse migrations
php artisan migrate:refresh --seed
- Start the webserver
php artisan serve
The QuickAdmin is open-sourced software licensed under the MIT license.