PHP code example of jhasheng / laravel-oh

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

    

jhasheng / laravel-oh example snippets

bash
# 安装依赖
composer reqiure jhasheng/laravel-oh

# 添加 SP 到 config/app.php
\Purple\OpensslHelper\OpensslHelperServiceProvider::class

# 生成配置
php artisan vendor:publish