# Resources
# Other Useful Packages
- laravel/scout (opens new window) provide full text search on your Eloquent models.
- laravel/passport (opens new window) makes API authentication a breeze.
- spatie/laravel-fractal (opens new window) is a nice and easy integration with Fractal (opens new window) to create APIs.
- laravel/socialite (opens new window) provides an expressive, fluent interface to OAuth authentication.
- spatie/laravel-responsecache (opens new window) can speed up your app by caching the entire response.
- spatie/laravel-backup (opens new window) creates a backup of your application. The backup is a zipfile that contains all files in the directories you specify along with a dump of your database.
- jenssegers/rollbar (opens new window) adds a listener to Laravel's logging component to work with Rollbar.
- sentry/sentry-laravel (opens new window) is a Laravel integration for Sentry.
- arcanedev/log-viewer (opens new window) allows you to manage and keep track of each one of your logs files in a nice web UI.
- laravelium/sitemap (opens new window) is a very complete sitemap generator.
- flynsarmy/csv-seeder (opens new window) allows CSV based database seeds.
- ufirst/lang-import-export (opens new window) provides artisan commands to import and export language files from and to CSV
- nikaia/translation-sheet (opens new window) allows translating Laravel languages files using a Google Spreadsheet.
# Awesome Twill List
For more resources from the Twill community, have a look at the awesome-twill repository on GitHub (opens new window).