- Run composer install at your project root
curl -sS https://getcomposer.org/installer | php
php composer.phar install
- Configure app.php
- Setup database.php
- Migrate database structure
php artisan migrate
-
Configure app/database/seed/DatabaseSeeder.php with an admin account
-
Seed the database
php artisan db:seed -
Get tweets
php artisan twitter:scan
- Moderate tweets at http://<your-install>/dashboard
- Configure a cron service to launch the twitter:scan