Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 313 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 313 Bytes

MoonShine Documentation!

Register menu

  • config/menu.php

Pages

  • src/resources/views/pages/(en|ru)

Installation

  1. Add .env and configure
  2. Set TORCHLIGHT_TOKEN (https://app.torchlight.dev/tokens)
  3. Run sequentially:
composer install
php artisan key:generate
npm install
vite