PHP code example of tir / mehr-panel

1. Go to this page and download the library: Download tir/mehr-panel 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/ */

    

tir / mehr-panel example snippets



return [
    'panel' => [
        'prefix' => array_filter(explode(',', env('MEHR_PANEL_PREFIX', 'admin'))),
    ],
];
bash
   php artisan vendor:publish --tag=mehr-panel-config
   
bash
   php artisan vendor:publish --tag=mehr-panel-assets --force
   
bash
   php artisan vendor:publish --tag=mehr-panel-customize