Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 389 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 389 Bytes

Object Storage Manager

Images

dashboard

images-list

download

Development Installation

  1. Clone the repo
  2. Run cp .env.example .env
  3. Run composer install
  4. Run npm install
  5. Run npm run dev
  6. Run php artisan key:generate
  7. Run php artisan native:serve