7 lines
302 B
Plaintext
7 lines
302 B
Plaintext
---
|
|
description: Guidance on package structure and file organization within the Laravel package.
|
|
globs: */src/**/*.*
|
|
---
|
|
- Outline the directory structure for the package
|
|
- Describe the purpose of each main directory and key files
|
|
- Explain how the package will be integrated into a Laravel application |