Publish config and migrations:
php artisan vendor:publish --provider="Tomorrow\FridayFriendship\FridayFriendshipProvider"
Configure the published config in:
config/FridayFriendship.php
Finally, migrate the database to create the table:
php artisan migrate