PHP code example of xguard / phone-scheduler

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

    

xguard / phone-scheduler example snippets


return [
    //...
    "providers" => [
        //...
        Xguard\PhoneScheduler\PhoneSchedulerServiceProvider::class,
    ]
];

bash
composer migrate
php artisan vendor:publish --provider="Xguard\PhoneScheduler\PhoneSchedulerServiceProvider" --force
bash
php artisan phone-scheduler:create-admin
bash
php artisan vendor:publish --provider="Xguard\PhoneScheduler\PhoneSchedulerServiceProvider" --force
bash
php artisan migrate --path=package/phone-scheduler/src/database/migrations