Skip to content

moonshine-software/doc

Repository files navigation

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