PHP code example of ezeroldan / voyager-tools

1. Go to this page and download the library: Download ezeroldan/voyager-tools 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/ */

    

ezeroldan / voyager-tools example snippets

bash
composer  voyager-tools:install
composer dump-autoload
php artisan app:seed --dummy

npm i && npm run dev
bash
php artisan app:seed --dummy