PHP code example of quarkcloudio / quark-per
1. Go to this page and download the library: Download quarkcloudio/quark-per 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/ */
quarkcloudio / quark-per example snippets
php
// 将 strict 改为 false
'strict' => false,
// 将 engine 改为 'InnoDB'
'engine' => 'InnoDB',
bash
php artisan serve