PHP code example of padosoft / laravel-evidence-risk-review-admin

1. Go to this page and download the library: Download padosoft/laravel-evidence-risk-review-admin 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/ */

    

padosoft / laravel-evidence-risk-review-admin example snippets


return [
    'mount_prefix' => env('EVR_ADMIN_PREFIX', 'admin/evidence-risk-review'),
    'middleware' => ['web', 'auth'],
    'api_base' => env('EVR_ADMIN_API_BASE', '/evidence-risk-review/api'),
    'theme_default' => env('EVR_ADMIN_THEME', 'dark'),
    'asset_path' => env('EVR_ADMIN_ASSET_PATH', 'vendor/evidence-risk-review-admin'),
];
bash
php artisan vendor:publish --tag=evidence-risk-review-admin-config
php artisan vendor:publish --tag=evidence-risk-review-admin-assets