PHP code example of joy / voyager-crm
1. Go to this page and download the library: Download joy/voyager-crm 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/ */
joy / voyager-crm example snippets
bash
# 1. Require this Package in your fresh Laravel/Voyager project
composer rmServiceProvider" --force
# 3. Migrate
php artisan migrate
# 4. Seeders
php artisan db:seed --class="\Joy\VoyagerCrm\Database\Seeders\VoyagerDatabaseSeeder" --force
# 5. Dmmy Seeders
php artisan db:seed --class="\Joy\VoyagerCrm\Database\Seeders\VoyagerDummyDatabaseSeeder" --force