Skip to content

moonshine-software/devkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Copy .env.example file and edit:

    cp .env.example .env   
  2. Comment MoonShineServiceProvider in bootstrap/providers.php:

    return [
        App\Providers\AppServiceProvider::class,
        //App\Providers\MoonShineServiceProvider::class,
    ];
  3. Installation command

    Without docker:

    make install-local

    With docker:

    make install-docker
  4. Uncomment MoonShineServiceProvider in bootstrap/providers.php

    return [
        App\Providers\AppServiceProvider::class,
        App\Providers\MoonShineServiceProvider::class,
    ];

    http://127.0.0.1:8000/admin/login username: [email protected] password: 12345

  5. Make MoonShine Great Again

About

MoonShine Development Kit

Topics

Resources

Stars

Watchers

Forks

Contributors 5