- Added gigs_stats_processed_at, gigs_stats_processed_status to fiverr_listings table
- Added columns to table fiverr_listings_gigs:
- listingAttributes__id
- displayData__categoryName
- displayData__subCategoryName
- displayData__nestedSubCategoryName
- displayData__cachedSlug
- displayData__name
- Updated .env.example:
- SESSION_DRIVER=file
- CACHE_STORE=redis
- Added methods to FiverrJsonImporter:
- getAllListingsData()
- getGigIdToListingIdMapBetweenPositions()
- Installed larastan/larastan to fix PHPStan "Call to an undefined static method" errors with Redis
- Edited phpstan.neon to fix "Called 'env' outside of the config directory" errors
(with ignoreErrors for larastan.noEnvCallsOutsideOfConfig)