PHP code example of imzhi / jf-admin

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

    

imzhi / jf-admin example snippets


return [
    // 省略
    'default' => [
        'length' => 4,
bash
php artisan vendor:publish --provider="Imzhi\JFAdmin\JFAdminServiceProvider"
bash
php artisan jfadmin:install

app
└── JFAdmin
    ├── Controllers
    │   └── HomeController.php
    └── routes.php
bash
php artisan jfadmin:uninstall
bash
php artisan jfadmin:reset-password

php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="migrations"
php artisan migrate --step

php artisan vendor:publish --provider="Mews\Captcha\CaptchaServiceProvider"

php artisan vendor:publish --provider="Imzhi\JFAdmin\JFAdminServiceProvider"
php artisan jfadmin:install