moonshine-software / doc

Official MoonShine documentation
https://moonshine-laravel.com
13 stars 31 forks source link

MoonShine Documentation!

Register menu

Pages

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