PHP code example of shahriared / quiz-manager

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

    

shahriared / quiz-manager example snippets


return [
];

$QuizManager = new Shahriared\QuizManager();
echo $QuizManager->echoPhrase('Hello, Shahriared!');
bash
php artisan vendor:publish --tag="quiz-manager-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="quiz-manager-config"