Suggestive - take suggestions from the fans/followers of your podcast or blog
(Completely under development–a free time hacking project, not a production app)
Suggestive makes it easy for podcasts and other recurring content sources to take suggestions from fans/followers. Suggestive is still under development. There are no active releases yet. It’s pre-Alpha, so fork and use at your own discretion.
Features:
Demo of current progress:
(Optionally) Fork this repository
Clone the repository locally
Install dependencies with composer install
Copy .env.example
to .env
and modify its contents to reflect your local environment.
Setup test Twitter Application or test Github application and copy credentials and redirect to .env
Run database migrations. If you want to include seed data, add a --seed
flag.
php artisan migrate --env=local
Configure a web server, such as the built-in PHP web server, to use the public
directory as the document root.
php -S localhost:8080 -t public
Run php artisan key:generate
Run tests with ./vendor/bin/phpunit
.