I've used a lot of packages throughout the years and in this list I want to show you my all time favorites. laravel-excel https://laravel-excel.com/ The single best package to handle Excel exports and imports: Exporting collections And more blueprint https://blueprint.laravelshift.com/ With this package, you can define your models in a YAML file and it will generate: Migrations
Consider these relationships: Country → has many → User → has many → Post → has many → Comment
Events, jobs ...and more json-api https://github.com/timacdonald/json-api A package that implements the JSON API standard and makes your life easy.