PHP code example of norea / bagisto-announce

1. Go to this page and download the library: Download norea/bagisto-announce 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/ */

    

norea / bagisto-announce example snippets

bash
  php artisan queue:work
  
bash
php artisan migrate
bash
php artisan vendor:publish --tag=announce-config
bash
php artisan optimize:clear