Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 462 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 462 Bytes

AdminKit

AdminKit integrate with Laravel version 9.x framework.

Image of Blank Page AdminKit

How to develop?

  1. Clone this repository.
  2. Run cp .env.example .env.
  3. Create database with name adminkit.
  4. Run composer install.
  5. Run php artisan key:generate.
  6. Run php artisan migrate.
  7. Make sure you have environment key SSO Laravel from IMISSU2.
  8. Run php artisan serve.