
# Getting Started with Plugins

Start by generating a plugin package with `php artisan laravilt:plugin`, then learn the files it creates.

- [Installation](installation.md): generate a plugin, install an existing one, and register it on a panel
- [Structure](structure.md): the generated directory layout and naming conventions
