What problem does it solve?
This Skill removes the guesswork from setting up MoonShine v4 in a Laravel project by consolidating installation, configuration, routing, localization, authentication, and migration guidance into one reliable reference.
Core Features & Use Cases
- Installation and Bootstrapping: Install MoonShine, run the installer, and understand what files and directories the setup creates.
- Configuration and Routing: Choose the right config file or service provider settings for prefixes, domains, middleware, layouts, palettes, and home routes.
- Artisan Command Guidance: Use the correct generator and maintenance commands for resources, pages, layouts, fields, controllers, handlers, policies, type casts, and publishing assets.
- Migration Support: Translate common MoonShine v3 patterns to v4, including namespace changes, resource restructuring, and async method updates.
- Use Case: A developer starting a new admin panel can use this Skill to install MoonShine, register the provider, configure auth and locale behavior, and avoid common routing or asset issues.
Quick Start
Use the moonshine-setup-v4 skill to guide a fresh MoonShine v4 installation in Laravel and configure the correct auth, routing, localization, layout, and migration options for the project.