Skip to content

zquestz/followcoinstars.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

followcoinstars.com

Follow Crypto Rockstars - followcoinstars.com

Install instructions

  1. Create a new www directory
  2. Install October php -r "eval('?>'.file_get_contents('https://octobercms.com/api/installer'));"
  3. Make directory writable storage
  4. Update ~/config/cms.php value activeTheme to followcoinstars
  5. Add twitter config to ~/config/services.php
  6. Extract this repo to themes/followcoinstars
  7. Run composer install
  8. Make sure follow.php can be executed by webserver.

Twitter config

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Third Party Services
    |--------------------------------------------------------------------------
    |
    | This file is for storing the credentials for third party services such
    | as Stripe, Mailgun, Mandrill, and others. This file provides a sane
    | default location for this type of information, allowing packages
    | to have a conventional place to find your various credentials.
    |
    */

    // ...

    'twitter' => [
        'key' => '',
        'secret' => '',
    ],

];

About

Follow Crypto Rockstars - followcoinstars.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.1%
  • PHP 8.9%