PHP code example of ijiabao / laravel-any

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

    

ijiabao / laravel-any example snippets

bash
# 导出(备份)数据库(默认存在storage/dbdump下)
php artisan ijiabao:dbdump export
# 导入, (会自动备份当前)
php artisan ijiabao:dbdump import
# 备份文件设为版本控制, 用于项目同步
php artisan ijiabao:dbdump gitset
bash
# composer e-helper:generate
php artisan ide-helper:model
bash
# composer 包到项目 (xh_CN)
php artisan ijiabao:init -L
# 其它语言
php artisan ijiabao:init --lang=zh-TW