Tweetsnippet is a curated list of tips and tricks from Twitter.
Pull the repository and run composer install
Turn the .env.example file into an .env and fill it out with the appropriate values
Write php artisan make:user
on the command line and follow the instructions
Migrate your database by running php artisan migrate
- please note that Tweetsnippet only provides a couple of tags out of the box, you can create these by running php artisan db:seed
.
All kinds of contributions are very welcome and highly encouraged! Be sure to read our guidelines before interacting with the repository however.
The project uses Larabug to handle exceptions, however feel free to implement whatever you feel works better for you
- New design (2.0)
- Prepare seed data
- Make the "backend" pretty and more useful
- Make RSS feeds work again