PHP code example of daimakuai / daimakuai-app-base

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

    

daimakuai / daimakuai-app-base example snippets


composer create-project --prefer-dist --stability=dev daimakuai/daimakuai-app-base  -vvv


php artisan vendor:publish --provider="Jblv\Admin\AdminServiceProvider"


创建数据库,修改 .env  文件里的数据库配置


php artisan admin:install


php artisan serve


l浏览器打开 http://127.0.0.1:8000/admin  ,使用用户名 `admin` 和密码 `admin`登陆.




composer create-project --prefer-dist --stability=dev daimakuai/daimakuai-app-base  -vvv


php artisan vendor:publish --provider="Jblv\Admin\AdminServiceProvider"


创建数据库,修改 .env  文件里的数据库配置


php artisan admin:install


php artisan serve


visit http://127.0.0.1:8000