PHP code example of enjin / platform-core

1. Go to this page and download the library: Download enjin/platform-core 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/ */

    

enjin / platform-core example snippets

bash
php artisan migrate
bash
php artisan platform:sync
bash
php artisan platform:ingest
bash
php artisan queue:work

# Or, if you're using Laravel Horizon
php artisan horizon
bash
php artisan serve