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: dev@getmoonshine.app password: 12345
Make MoonShine Great Again
Uh oh!
There was an error while loading. Please reload this page.
Latest commit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|