PHP code example of quarkcms / quark-admin

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

    

quarkcms / quark-admin example snippets

 php
// 将 strict 改为 false
'strict' => false,
// 将 engine 改为 'InnoDB'
'engine' => 'InnoDB',
 bash
php artisan serve