1. Go to this page and download the library: Download xul/laravel-project-map library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
declare(strict_types=1);
return [
/*
|--------------------------------------------------------------------------
| Default Scan Path
|--------------------------------------------------------------------------
|
| This is the default base path that will be scanned when no explicit
| path is provided to the Artisan command.
|
| In most Laravel projects, this should remain as base_path().
|
*/
'default_path' => base_path(),
/*
|--------------------------------------------------------------------------
| Default Maximum Depth
|--------------------------------------------------------------------------
|
| This value determines how many directory levels should be traversed
| when generating the project map.
|
| Example:
| - 1 = root level only
| - 2 = root + one nested level
| - 5 = deeper project inspection
|
*/
'default_depth' => 5,
/*
|--------------------------------------------------------------------------
| Include Files
|--------------------------------------------------------------------------
|
| Determines whether files should be ,
'bootstrap/cache',
],
/*
|--------------------------------------------------------------------------
| Optional Directory Toggles
|--------------------------------------------------------------------------
|
| These toggles provide a more expressive way for users to control whether
| commonly excluded heavy directories should be scanned.
|
| If enabled, the related path may be removed from exclusion internally
| before the scan begins.
|
*/
'ndary.
|
*/
'follow_symlinks' => false,
/*
|--------------------------------------------------------------------------
| Output Format
|--------------------------------------------------------------------------
|
| Defines the default output format when no format option is supplied.
|
| Supported values:
| - text
| - json
|
*/
'output' => [
'default_format' => 'text',
/*
|--------------------------------------------------------------------------
| Save Path
|--------------------------------------------------------------------------
|
| Optional default save location for generated project maps.
| Leave as null to print only to the console unless --save is used.
|
*/
'default_save_path' => null,
],
];
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.