PHP code example of fredattack / support-tickets-notifications

1. Go to this page and download the library: Download fredattack/support-tickets-notifications 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/ */

    

fredattack / support-tickets-notifications example snippets


return [
];

$support-tickets-notifications = new Fredattack\SupportTicketsNotifications();
echo $support-tickets-notifications->echoPhrase('Hello, Fredattack!');
bash
php artisan vendor:publish --provider="Fredattack\SupportTicketsNotifications\SupportTicketsNotificationsServiceProvider" --tag="support-tickets-notifications-migrations"
php artisan migrate
bash
php artisan vendor:publish --provider="Fredattack\SupportTicketsNotifications\SupportTicketsNotificationsServiceProvider" --tag="support-tickets-notifications-config"