PHP code example of wepamultimedia / broadcast-schedule
1. Go to this page and download the library: Download wepamultimedia/broadcast-schedule 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/ */
wepamultimedia / broadcast-schedule example snippets
return [
];
$broadcastSchedule = new Wepa\BroadcastSchedule();
echo $broadcastSchedule->echoPhrase('Hello, Wepa!');
bash
php artisan vendor:publish --tag="broadcast-schedule-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="broadcast-schedule-config"
bash
php artisan vendor:publish --tag="broadcast-schedule-views"