Skip to content

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.

License

Notifications You must be signed in to change notification settings

wahid09/Laravel-QuickAdmin

Repository files navigation

About QuickAdmin

Build Status License

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.

Prerequisite

  • PHP >= 7.3

Getting Started

  • First clone the project and change the directory
git clone https://github.com/wahid09/QuickAdmin.git
cd QuickAdmin
  • Install Dependencies
  1. install composer
composer install
  1. Copy .env.example to .env
cp .env.example .env
  1. Generate application key
php artisan key:generate
  1. Databse migrations
php artisan migrate:refresh --seed
  1. Start the webserver
php artisan serve

License

The QuickAdmin is open-sourced software licensed under the MIT license.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published