Download the PHP package xul/laravel-project-map without Composer
On this page you can find all versions of the php package xul/laravel-project-map. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xul/laravel-project-map
More information about xul/laravel-project-map
Files in xul/laravel-project-map
Package laravel-project-map
Short Description Laravel package for generating project structure maps
License MIT
Informations about the package laravel-project-map
Laravel Project Map
Generate clean, configurable maps of your Laravel project structure.
๐ Overview
Laravel Project Map is a developer-focused tool for generating a structured view of your application's filesystem.
It helps you:
- visualize your project structure
- audit large codebases
- inspect architecture quickly
- generate shareable project maps (text or JSON)
โก Features
- Artisan command:
project:map - Recursive directory mapping
- Configurable depth
- Include/exclude files
- Hidden file support
- Vendor & node_modules toggles
- JSON and text output formats
- Save output to file
- Fully tested (Pest)
๐ฆ Installation
โ๏ธ Publish Configuration (Optional)
๐ Usage
Basic
Include files
Limit depth
Include vendor and node_modules
Include hidden files
Output as JSON
Save output to file
Combine options
๐งพ Example Output
Text Output
JSON Output
โ๏ธ Configuration
๐งช Testing
๐ค Contributing
Please review CONTRIBUTING.md before submitting changes.
๐ Security
If you discover any security issues, please review SECURITY.md.
๐ Upgrade Guide
See UPGRADE.md for upgrade instructions.
๐ License
The MIT License (MIT). See LICENSE.md for details.
๐ค Author
Michael Erastus
GitHub: https://github.com/michaelerastus
โญ Support
If you find this package useful, consider giving it a star on GitHub.