-
Copy
.env.examplefile and edit:cp .env.example .env
-
Comment MoonShineServiceProvider in
bootstrap/providers.php:return [ App\Providers\AppServiceProvider::class, //App\Providers\MoonShineServiceProvider::class, ];
-
Installation command
Without docker:
make install-local
With docker:
make install-docker
-
Uncomment MoonShineServiceProvider in
bootstrap/providers.phpreturn [ App\Providers\AppServiceProvider::class, App\Providers\MoonShineServiceProvider::class, ];
http://127.0.0.1:8000/admin/login username: [email protected] password: 12345
-
Make MoonShine Great Again
-
Notifications
You must be signed in to change notification settings - Fork 7
MoonShine Development Kit
moonshine-software/devkit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|