2826 shaares
32 private links
32 private links
In this tutorial we will build a fun little tool for internal/personal usage that posts random tweets at pre-defined times with Laravel and the Twitter API. We will use some of Laravel 4′s powerful features such as Artisan commands, Eloquent ORM and some external packages to make creating an application to post tweets with Laravel 4 quick and easy!
Our application will:
Allow us to insert a tweet into the database
Allow us to insert tags into the database
Link tags to a tweet
Have a command that grabs a random tweet and appends tags in a random order