And that'll take care of our factory! To see it in action, we can jump into tinker. [Tinker](https://github.com/laravel/tinker) is a Laravel package that allows us to experiment and manipulate our app's data from the command line. This is awesome when you just want to do some simple task like seeing how many todos there are in the database.