PHP code example of chen-see / laravel-vue-admin

1. Go to this page and download the library: Download chen-see/laravel-vue-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/ */

    

chen-see / laravel-vue-admin example snippets

bash
php artisan vendor:publish --provider="SmallRuralDog\Admin\AdminServiceProvider"
bash
php artisan admin:install
bash
php artisan vendor:publish --tag=laravel-vue-admin-assets --force
bash
// 发布语言包文件
php artisan vendor:publish --tag=laravel-vue-admin-lang --force

// 清理视图缓存
php artisan view:clear